Skip to content

class Tourmaline::InaccessibleMessage
inherits Reference #

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

Included modules

JSON::Serializable

Constructors#

.new(chat, message_id, date) #

View source

.new(pull : JSON::PullParser) #

View source

Methods#

#chat : Tourmaline::Chat #

Chat the message belonged to

View source

#chat=(chat : Tourmaline::Chat) #

Chat the message belonged to

View source

#date : Time #

View source

#date=(date : Time) #

View source

#message_id : Int32 | Int64 #

Unique message identifier inside the chat

View source

#message_id=(message_id : Int32 | Int64) #

Unique message identifier inside the chat

View source