NotificationSoundLocal
- class pyrogram.raw.types.NotificationSoundLocal
Indicates a specific local notification sound should be used
Constructor of
NotificationSound.- Details:
Layer:
223ID:
830B9AE4
- Parameters:
title (
str) – Notification sound titledata (
str) – Notification sound identifier (arbitrary data used by the client to identify a specific local notification sound)
TL Schema
notificationSoundLocal#830b9ae4
title:string
data:string
= NotificationSound
Parameter Tree
NotificationSoundLocal
├── title →
string└── data →
stringExample
NotificationSoundLocal(
title="text",
data="text",
)