EditChatMessageLiveLocation
data class EditChatMessageLiveLocation(val chatId: ChatIdentifier, val messageId: MessageId, val latitude: Double, val longitude: Double, val livePeriod: Seconds? = null, val horizontalAccuracy: Meters? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null, val businessConnectionId: BusinessConnectionId? = chatId.businessConnectionId, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage<LiveLocationContent> , EditReplyMessage, EditLocationMessage
Constructors
Link copied to clipboard
constructor(chatId: ChatIdentifier, messageId: MessageId, latitude: Double, longitude: Double, livePeriod: Seconds? = null, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, businessConnectionId: BusinessConnectionId? = chatId.businessConnectionId, replyMarkup: InlineKeyboardMarkup? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val resultDeserializer: <Error class: unknown class><ContentMessage<LiveLocationContent>>