docs / com.github.insanusmokrassar.TelegramBotAPI.types.message.abstracts / PossiblyEditedMessage

PossiblyEditedMessage

(common) interface PossiblyEditedMessage : Message (source)

Properties

(common)

editDate

abstract val editDate: DateTime?

Extension Functions

(common)

delete

suspend fun Message.delete(requestsExecutor: RequestsExecutor): Boolean

Inheritors

(common)

CommonMessage

interface CommonMessage<T : MessageContent> : Message, PossiblyForwardedMessage, PossiblyEditedMessage, PossiblyReplyMessage, PossiblyMarkedUp, ContentMessage<T>