InlineQueryResultLocation
data class InlineQueryResultLocation(val id: InlineQueryId, val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val title: String, val livePeriod: Seconds? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null, val thumbnailUrl: String? = null, val thumbnailWidth: Int? = null, val thumbnailHeight: Int? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, Locationed, HorizontallyAccured, Livable, ProximityAlertable, Headed, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult
Constructors
Link copied to clipboard
constructor(id: InlineQueryId, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, title: String, livePeriod: Seconds? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, thumbnailUrl: String? = null, thumbnailWidth: Int? = null, thumbnailHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Period in Seconds
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard