Class: TD::Types::Update::SavedNotificationSounds

Inherits:
TD::Types::Update show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#notification_sound_idsArray<Integer>

The new list of identifiers of saved notification sounds.

Returns:

  • (Array<Integer>)

    the current value of notification_sound_ids



6
7
8
# File 'lib/tdlib/types/update/saved_notification_sounds.rb', line 6

def notification_sound_ids
  @notification_sound_ids
end