Class: TD::Types::Update::SavedNotificationSounds
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::SavedNotificationSounds
- Defined in:
- lib/tdlib/types/update/saved_notification_sounds.rb
Overview
The list of saved notification sounds was updated. This update may not be sent until information about a notification sound was requested for the first time.
Instance Attribute Summary collapse
-
#notification_sound_ids ⇒ Array<Integer>
The new list of identifiers of saved notification sounds.
Method Summary
Methods inherited from Base
Instance Attribute Details
#notification_sound_ids ⇒ Array<Integer>
The new list of identifiers of saved notification sounds.
6 7 8 |
# File 'lib/tdlib/types/update/saved_notification_sounds.rb', line 6 def notification_sound_ids @notification_sound_ids end |