Class: TD::Types::Update::ChatNotificationSettings
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatNotificationSettings
- Defined in:
- lib/tdlib/types/update/chat_notification_settings.rb
Overview
Notification settings for a chat were changed.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#notification_settings ⇒ TD::Types::ChatNotificationSettings
The new notification settings.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/update/chat_notification_settings.rb', line 6 def chat_id @chat_id end |
#notification_settings ⇒ TD::Types::ChatNotificationSettings
The new notification settings.
6 7 8 |
# File 'lib/tdlib/types/update/chat_notification_settings.rb', line 6 def notification_settings @notification_settings end |