data class LocationContent : MessageContent
(source)
(common)
<init> |
LocationContent(location: Location) |
(common)
location |
val location: Location |
(common)
createResend |
fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, replyToMessageId: MessageIdentifier?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<LocationContent>> |