ChatFull¶
-
class
pyrogram.raw.types.
ChatFull
¶ Detailed chat info.
Constructor type of
ChatFull
.- Details
Layer:
122
ID:
0xdc8c181
- Parameters
id (
int
32-bit
) – ID of the chat.about (
str
) – About string for this chat.participants (
ChatParticipants
) – Participant list.notify_settings (
PeerNotifySettings
) – Notification settings.exported_invite (
ExportedChatInvite
) – Chat invite.can_set_username (
bool
, optional) – Can we change the username of this chat.has_scheduled (
bool
, optional) – Whether scheduled messages are available.chat_photo (
Photo
, optional) – Chat photo.bot_info (List of
BotInfo
, optional) – Info about bots that are in this chat.pinned_msg_id (
int
32-bit
, optional) – Message ID of the last pinned message.folder_id (
int
32-bit
, optional) – Peer folder ID.call (
InputGroupCall
, optional) – Telegram API parameter.