Class TdApi.InlineQueryResultVenue

  • Enclosing class:
    TdApi

    public static class TdApi.InlineQueryResultVenue
    extends TdApi.InlineQueryResult
    Represents information about a venue.
    • Field Detail

      • id

        public String id
        Unique identifier of the query result.
      • thumbnail

        public TdApi.Thumbnail thumbnail
        Result thumbnail in JPEG format; may be null.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InlineQueryResultVenue

        public InlineQueryResultVenue()
        Represents information about a venue.
      • InlineQueryResultVenue

        public InlineQueryResultVenue​(String id,
                                      TdApi.Venue venue,
                                      TdApi.Thumbnail thumbnail)
        Represents information about a venue.
        Parameters:
        id - Unique identifier of the query result.
        venue - Venue result.
        thumbnail - Result thumbnail in JPEG format; may be null.