Venue
@Serializable
@SerialName(value = "venue" )
Constructors
Link copied to clipboard
constructor(id: String, longitude: Float, latitude: Float, title: String, address: String, foursquareId: String? = null, foursquareType: String? = null, googlePlaceId: String? = null, googlePlaceType: String? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null, thumbnailUrl: String? = null, thumbnailWidth: Int? = null, thumbnailHeight: Int? = null)