ChatFull¶
-
class
pyrogram.raw.types.
ChatFull
¶ Detailed chat info.
Constructor type of
ChatFull
.- Details
Layer:
126
ID:
0x8a1e2983
- 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.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.exported_invite (
ExportedChatInvite
, optional) – Chat invite.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, for more info click here.call (
InputGroupCall
, optional) – Telegram API parameter.ttl_period (
int
32-bit
, optional) – Telegram API parameter.groupcall_default_join_as (
Peer
, optional) – Telegram API parameter.