messages.Dialogs#

class pyrogram.raw.base.messages.Dialogs#

Object contains a list of chats with messages and auxiliary data.

Constructors:

This base type has 3 constructors available.

messages.Dialogs

Full list of chats with messages and auxiliary data.

messages.DialogsNotModified

Dialogs haven't changed.

messages.DialogsSlice

Incomplete list of dialogs with messages and auxiliary data.

Functions:

This object can be returned by 1 function.

messages.GetDialogs

Returns the current user dialog list.