InaccessibleMessage

data class InaccessibleMessage(val chat: Chat, val messageId: Int, val date: Int)(source)

InaccessibleMessage

This object describes a message that was deleted or is otherwise inaccessible to the bot.

(auto-generated)

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(chat: Chat, messageId: Int, date: Int)

Properties

Link copied to clipboard
val chat: Chat

Chat the message belonged to

Link copied to clipboard
val date: Int

Always 0. The field can be used to differentiate regular and inaccessible messages.

Link copied to clipboard
@SerialName(value = "message_id")
val messageId: Int

Unique message identifier inside the chat