messages.DialogsNotModified

class pyrogram.raw.types.messages.DialogsNotModified

Dialogs haven’t changed

Constructor of Dialogs.

Details:
  • Layer: 223

  • ID: F0E3E596

Parameters:

count (int 32-bit) – Number of dialogs found server-side by the query

Functions:

This object can be returned by 1 function.

messages.GetDialogs

Returns the current user dialog list.

TL Schema

messages.dialogsNotModified#f0e3e596
count:int

= messages.Dialogs

Parameter Tree

DialogsNotModified
└── countint

Example

DialogsNotModified(
    count=0,
)