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)
#
(business_connection_id, chat, message_ids : Array(Int32 | Int64) = [] of Int32 | Int64)
Methods#
#business_connection_id=(business_connection_id : String)
#
(business_connection_id : String)
Unique identifier of the business connection
#chat : Tourmaline::Chat
#
: Tourmaline::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)
#
(chat : Tourmaline::Chat)
Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.
#message_ids : Array(Int32 | Int64)
#
: Array(Int32 | Int64)
The list of identifiers of deleted messages in the chat of the business account
#message_ids=(message_ids : Array(Int32 | Int64))
#
(message_ids : Array(Int32 | Int64))
The list of identifiers of deleted messages in the chat of the business account