NotificationSound

class pyrogram.raw.base.NotificationSound

Represents a notification sound

Constructors:

This base type has 4 constructors available.

NotificationSoundDefault

Indicates the default notification sound should be used

NotificationSoundLocal

Indicates a specific local notification sound should be used

NotificationSoundNone

No notification sound should be used

NotificationSoundRingtone

A specific previously uploaded notification sound should be used

TL Schema


Parameter Tree

NotificationSound
│ ├── titlestring
│ └── datastring
└── idlong

Example