InlineQueryResultVenue

constructor(    id: InlineQueryId,     latitude: Double,     longitude: Double,     title: String,     address: String,     foursquareId: FoursquareId? = null,     foursquareType: FoursquareType? = null,     googlePlaceId: GooglePlaceId? = null,     googlePlaceType: GooglePlaceType? = null,     thumbnailUrl: String? = null,     thumbnailWidth: Int? = null,     thumbnailHeight: Int? = null,     replyMarkup: InlineKeyboardMarkup? = null,     inputMessageContent: InputMessageContent? = null)