LiveLocationContent

data class LiveLocationContent(location: LiveLocation) : LocationContent

LocationContent which represents content with LiveLocation. In case you are tracking this content throw message changes, may evolve to StaticLocationContent

See also

Constructors

LiveLocationContent
Link copied to clipboard
common
fun LiveLocationContent(location: LiveLocation)

Functions

copy
Link copied to clipboard
common
open fun copy(location: Location = this.location)
createResend
Link copied to clipboard
common
open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<LiveLocationContent>>

Properties

location
Link copied to clipboard
common
open override val location: LiveLocation