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

Link copied to clipboard
fun LiveLocationContent(location: LiveLocation)

Functions

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

Properties

Link copied to clipboard
open override val location: LiveLocation