messages.DialogsNotModified
- class pyrogram.raw.types.messages.DialogsNotModified
Dialogs haven’t changed
Constructor of
Dialogs.- Details:
Layer:
223ID:
F0E3E596
- Parameters:
count (
int32-bit) – Number of dialogs found server-side by the query
- Functions:
This object can be returned by 1 function.
Returns the current user dialog list.
TL Schema
messages.dialogsNotModified#f0e3e596
count:int
= messages.Dialogs
Parameter Tree
DialogsNotModified
└── count →
intExample
DialogsNotModified(
count=0,
)