class Tourmaline::BusinessMessagesDeleted
- Tourmaline::BusinessMessagesDeleted
- Reference
- Object
Overview
This object is received when messages are deleted from a connected business account.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(business_connection_id : String, chat : Tourmaline::Chat, message_ids : Array(Int32 | Int64) = [] of Int32 | Int64)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#business_connection_id : String
Unique identifier of the business connection
-
#business_connection_id=(business_connection_id : String)
Unique identifier of the business connection
-
#chat : Tourmaline::Chat
Information about a chat in the business account.
-
#chat=(chat : Tourmaline::Chat)
Information about a chat in the business account.
-
#message_ids : Array(Int32 | Int64)
The list of identifiers of deleted messages in the chat of the business account
-
#message_ids=(message_ids : Array(Int32 | Int64))
The list of identifiers of deleted messages in the chat of the business account
Constructor Detail
Instance Method Detail
Unique identifier of the business connection
Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.
Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.
The list of identifiers of deleted messages in the chat of the business account
The list of identifiers of deleted messages in the chat of the business account