Class: TD::Types::NotificationSounds
- Defined in:
- lib/tdlib/types/notification_sounds.rb
Overview
Contains a list of notification sounds.
Instance Attribute Summary collapse
-
#notification_sounds ⇒ Array<TD::Types::NotificationSound>
A list of notification sounds.
Method Summary
Methods inherited from Base
Instance Attribute Details
#notification_sounds ⇒ Array<TD::Types::NotificationSound>
A list of notification sounds.
5 6 7 |
# File 'lib/tdlib/types/notification_sounds.rb', line 5 def notification_sounds @notification_sounds end |