class
Hamilton::Types::BusinessMessagesDeleted
- Hamilton::Types::BusinessMessagesDeleted
- Reference
- Object
Overview
This object is received when messages are deleted from a connected business account.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/business_messages_deleted.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
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 : Hamilton::Types::Chat
Information about a chat in the business account.
-
#chat=(chat : Hamilton::Types::Chat)
Information about a chat in the business account.
-
#message_ids : Array(Int32)
The list of identifiers of deleted messages in the chat of the business account.
-
#message_ids=(message_ids : Array(Int32))
The list of identifiers of deleted messages in the chat of the business account.
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
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.