class

Tourmaline::BusinessMessagesDeleted

Inherits JSON::Serializable < Reference < Object

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

Constructors

new(business_connection_id : String, chat : Tourmaline::Chat, message_ids : Array(Int32 | Int64) = [] of Int32 | Int64)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

business_connection_id

Unique identifier of the business connection

Source
business_connection_id=(business_connection_id : String)

Unique identifier of the business connection

Source
chat

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

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.

Source
message_ids

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

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

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

Source