Class: TD::Types::Update::Notification
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::Notification
- Defined in:
- lib/tdlib/types/update/notification.rb
Overview
A notification was changed.
Instance Attribute Summary collapse
-
#notification ⇒ TD::Types::Notification
Changed notification.
-
#notification_group_id ⇒ Integer
Unique notification group identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#notification ⇒ TD::Types::Notification
Changed notification.
6 7 8 |
# File 'lib/tdlib/types/update/notification.rb', line 6 def notification @notification end |
#notification_group_id ⇒ Integer
Unique notification group identifier.
6 7 8 |
# File 'lib/tdlib/types/update/notification.rb', line 6 def notification_group_id @notification_group_id end |