messages.Chats#

class pyrogram.raw.base.messages.Chats#

Object contains list of chats with auxiliary data.

Constructors:

This base type has 2 constructors available.

messages.Chats

List of chats with auxiliary data.

messages.ChatsSlice

Partial list of chats, more would have to be fetched with pagination.

Functions:

This object can be returned by 7 functions.

messages.GetChats

Returns chat basic info on their IDs.

messages.GetCommonChats

Get chats in common with a user.

messages.GetAllChats

Telegram API function.

channels.GetChannels

Get info about channels/supergroups.

channels.GetAdminedPublicChannels

Get channels/supergroups/geogroups we're admin in.

channels.GetLeftChannels

Get a list of channels/supergroups we left, requires a takeout session, see here » for more info.

channels.GetGroupsForDiscussion

Get all groups that can be used as discussion groups.