Class TdApi.InlineQueryResultVenue

  • Enclosing class:
    TdApi

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

      • id

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

        public TdApi.PhotoSize thumbnail
        Result thumbnail; 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()
        Default constructor.
      • InlineQueryResultVenue

        public InlineQueryResultVenue​(java.lang.String id,
                                      TdApi.Venue venue,
                                      TdApi.PhotoSize thumbnail)
        Constructor for initialization of all fields.
        Parameters:
        id - Unique identifier of the query result.
        venue - Venue result.
        thumbnail - Result thumbnail; may be null.