messages.SavedDialogsNotModified
- class pyrogram.raw.types.messages.SavedDialogsNotModified
The saved dialogs haven’t changed
Constructor of
SavedDialogs.- Details:
Layer:
223ID:
C01F6FE8
- Parameters:
count (
int32-bit) – Number of saved dialogs found server-side by the query
- Functions:
This object can be returned by 3 functions.
Returns the current saved dialog list » or monoforum topic list ».
Get pinned saved dialogs, see here » for more info.
Obtain information about specific saved message dialogs » or monoforum topics ».
TL Schema
messages.savedDialogsNotModified#c01f6fe8
count:int
= messages.SavedDialogs
Parameter Tree
SavedDialogsNotModified
└── count →
intExample
SavedDialogsNotModified(
count=0,
)