NotificationSoundRingtone
- class pyrogram.raw.types.NotificationSoundRingtone
A specific previously uploaded notification sound should be used
Constructor of
NotificationSound.- Details:
Layer:
223ID:
FF6C8049
- Parameters:
id (
int64-bit) – Document ID of notification sound uploaded using account.uploadRingtone
TL Schema
notificationSoundRingtone#ff6c8049
id:long
= NotificationSound
Parameter Tree
NotificationSoundRingtone
└── id →
longExample
NotificationSoundRingtone(
id=0,
)