LocationContent

interface LocationContent : MessageContent

MessageContent with location. This interface contains copy method for cases when you do not want to use some class casts for copying of content

See also

Types

Companion
Link copied to clipboard
object Companion

Functions

copy
Link copied to clipboard
open fun copy(location: Location = this.location)
createResend
Link copied to clipboard
abstract fun createResend(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request<out Message>

Properties

location
Link copied to clipboard
abstract val location: Location

Inheritors

LiveLocationContent
Link copied to clipboard
StaticLocationContent
Link copied to clipboard