Class: TD::Types::Update::BusinessMessagesDeleted
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::BusinessMessagesDeleted
- Defined in:
- lib/tdlib/types/update/business_messages_deleted.rb
Overview
Messages in a business account were deleted; for bots only.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Identifier of a chat in the business account in which messages were deleted.
-
#connection_id ⇒ TD::Types::String
Unique identifier of the business connection.
-
#message_ids ⇒ Array<Integer>
Unique message identifiers of the deleted messages.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Identifier of a chat in the business account in which messages were deleted.
7 8 9 |
# File 'lib/tdlib/types/update/business_messages_deleted.rb', line 7 def chat_id @chat_id end |
#connection_id ⇒ TD::Types::String
Unique identifier of the business connection.
7 8 9 |
# File 'lib/tdlib/types/update/business_messages_deleted.rb', line 7 def connection_id @connection_id end |
#message_ids ⇒ Array<Integer>
Unique message identifiers of the deleted messages.
7 8 9 |
# File 'lib/tdlib/types/update/business_messages_deleted.rb', line 7 def @message_ids end |