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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
business_connection_id=(business_connection_id : String)
Unique identifier of the business connection
chat
Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.
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.