Stop Chat Message Live Location
data class StopChatMessageLiveLocation( val chatId: ChatIdentifier, val messageId: MessageId, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage<LocationContent> , EditReplyMessage
Content copied to clipboard
Constructors
Link copied to clipboard
fun StopChatMessageLiveLocation( chatId: ChatIdentifier, messageId: MessageId, replyMarkup: InlineKeyboardMarkup? = null)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<ContentMessage<LocationContent>>
Content copied to clipboard