Class: TD::Types::Update::ChatDefaultDisableNotification
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatDefaultDisableNotification
- Defined in:
- lib/tdlib/types/update/chat_default_disable_notification.rb
Overview
The value of the default disable_notification parameter, used when a message is sent to the chat, was changed.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#default_disable_notification ⇒ Boolean
The new default_disable_notification value.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/update/chat_default_disable_notification.rb', line 6 def chat_id @chat_id end |
#default_disable_notification ⇒ Boolean
The new default_disable_notification value.
6 7 8 |
# File 'lib/tdlib/types/update/chat_default_disable_notification.rb', line 6 def default_disable_notification @default_disable_notification end |