Class TdApi.InlineQueryResultVenue

Enclosing class:
TdApi

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

    • id

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

      public TdApi.Venue venue
      Venue result.
    • thumbnail

      @Nullable 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:
  • Constructor Details

    • 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.
  • Method Details