LocationContent

data class LocationContent(location: Location) : MessageContent

Functions

createResend
Link copied to clipboard
common
open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<LocationContent>>

Properties

location
Link copied to clipboard
common
val location: Location