Class: TD::Types::Update::ChatReadOutbox
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatReadOutbox
- Defined in:
- lib/tdlib/types/update/chat_read_outbox.rb
Overview
Outgoing messages were read.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#last_read_outbox_message_id ⇒ Integer
Identifier of last read outgoing message.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/update/chat_read_outbox.rb', line 6 def chat_id @chat_id end |
#last_read_outbox_message_id ⇒ Integer
Identifier of last read outgoing message.
6 7 8 |
# File 'lib/tdlib/types/update/chat_read_outbox.rb', line 6 def @last_read_outbox_message_id end |