NotificationSoundRingtone

class pyrogram.raw.types.NotificationSoundRingtone

A specific previously uploaded notification sound should be used

Constructor of NotificationSound.

Details:
  • Layer: 223

  • ID: FF6C8049

Parameters:

id (int 64-bit) – Document ID of notification sound uploaded using account.uploadRingtone

TL Schema

notificationSoundRingtone#ff6c8049
id:long

= NotificationSound

Parameter Tree

NotificationSoundRingtone
└── idlong

Example

NotificationSoundRingtone(
    id=0,
)