Class: TD::Types::Update::ChatBlockList
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatBlockList
- Defined in:
- lib/tdlib/types/update/chat_block_list.rb
Overview
A chat was blocked or unblocked.
Instance Attribute Summary collapse
-
#block_list ⇒ TD::Types::BlockList?
Block list to which the chat is added; may be null if none.
-
#chat_id ⇒ Integer
Chat identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#block_list ⇒ TD::Types::BlockList?
Block list to which the chat is added; may be null if none.
6 7 8 |
# File 'lib/tdlib/types/update/chat_block_list.rb', line 6 def block_list @block_list end |
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/update/chat_block_list.rb', line 6 def chat_id @chat_id end |