messages.Chats#

class pyrogram.raw.types.messages.Chats#

List of chats with auxiliary data.

Constructor of Chats.

Details:
  • Layer: 158

  • ID: 64FF9FD5

Parameters:

chats (List of Chat) – List of chats.

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.