StaticLocationContent

Just a LocationContent with StaticLocation. It could be LiveLocationContent in previous time in case when somebody has sent LiveLocation in chat and then stop to broadcast location

Constructors

Link copied to clipboard
constructor(location: StaticLocation)

Properties

Link copied to clipboard
open override val location: StaticLocation

Functions

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