Skip to content

class Tourmaline::BusinessMessagesDeleted
inherits Reference #

This object is received when messages are deleted from a connected business account.

Included modules

JSON::Serializable

Constructors#

.new(business_connection_id, chat, message_ids : Array(Int32 | Int64) = [] of Int32 | Int64) #

View source

.new(pull : JSON::PullParser) #

View source

Methods#

#business_connection_id : String #

Unique identifier of the business connection

View source

#business_connection_id=(business_connection_id : String) #

Unique identifier of the business connection

View source

#chat : Tourmaline::Chat #

Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.

View source

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

Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.

View source

#message_ids : Array(Int32 | Int64) #

The list of identifiers of deleted messages in the chat of the business account

View source

#message_ids=(message_ids : Array(Int32 | Int64)) #

The list of identifiers of deleted messages in the chat of the business account

View source