Class: TD::Types::NotificationSounds

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/notification_sounds.rb

Overview

Contains a list of notification sounds.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#notification_soundsArray<TD::Types::NotificationSound>

A list of notification sounds.

Returns:



5
6
7
# File 'lib/tdlib/types/notification_sounds.rb', line 5

def notification_sounds
  @notification_sounds
end