Class: TD::Types::Update::ChatRemovedFromList
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatRemovedFromList
- Defined in:
- lib/tdlib/types/update/chat_removed_from_list.rb
Overview
A chat was removed from a chat list.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#chat_list ⇒ TD::Types::ChatList
The chat list from which the chat was removed.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/update/chat_removed_from_list.rb', line 6 def chat_id @chat_id end |
#chat_list ⇒ TD::Types::ChatList
The chat list from which the chat was removed.
6 7 8 |
# File 'lib/tdlib/types/update/chat_removed_from_list.rb', line 6 def chat_list @chat_list end |