Class: TD::Types::Update::ChatIsBlocked
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatIsBlocked
- Defined in:
- lib/tdlib/types/update/chat_is_blocked.rb
Overview
A chat was blocked or unblocked.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#is_blocked ⇒ Boolean
New value of is_blocked.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/update/chat_is_blocked.rb', line 6 def chat_id @chat_id end |
#is_blocked ⇒ Boolean
New value of is_blocked.
6 7 8 |
# File 'lib/tdlib/types/update/chat_is_blocked.rb', line 6 def is_blocked @is_blocked end |