ChatFull

class pyrogram.raw.types.ChatFull

Full info about a basic group.

Constructor of ChatFull.

Details:
  • Layer: 187

  • ID: 2633421B

Parameters:
  • id (int 64-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

  • translations_disabled (bool, optional) – Whether the real-time chat translation popup should be hidden.

  • 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) – Group call information

  • ttl_period (int 32-bit, optional) – Time-To-Live of messages sent by the current user to this chat

  • groupcall_default_join_as (Peer, optional) – When using phone.getGroupCallJoinAs to get a list of peers that can be used to join a group call, this field indicates the peer that should be selected by default.

  • theme_emoticon (str, optional) – Emoji representing a specific chat theme

  • requests_pending (int 32-bit, optional) – Pending join requests »

  • recent_requesters (List of int 64-bit, optional) – IDs of users who requested to join recently

  • available_reactions (ChatReactions, optional) – Allowed message reactions »

  • reactions_limit (int 32-bit, optional)