ChatFullInfo#

class aiogram.types.chat_full_info.ChatFullInfo(*, id: int, type: str, title: str | None = None, username: str | None = None, first_name: str | None = None, last_name: str | None = None, is_forum: bool | None = None, accent_color_id: int, active_usernames: List[str] | None = None, available_reactions: List[ReactionTypeEmoji | ReactionTypeCustomEmoji] | None = None, background_custom_emoji_id: str | None = None, bio: str | None = None, birthdate: Birthdate | None = None, business_intro: BusinessIntro | None = None, business_location: BusinessLocation | None = None, business_opening_hours: BusinessOpeningHours | None = None, can_set_sticker_set: bool | None = None, custom_emoji_sticker_set_name: str | None = None, description: str | None = None, emoji_status_custom_emoji_id: str | None = None, emoji_status_expiration_date: datetime | None = None, has_aggressive_anti_spam_enabled: bool | None = None, has_hidden_members: bool | None = None, has_private_forwards: bool | None = None, has_protected_content: bool | None = None, has_restricted_voice_and_video_messages: bool | None = None, has_visible_history: bool | None = None, invite_link: str | None = None, join_by_request: bool | None = None, join_to_send_messages: bool | None = None, linked_chat_id: int | None = None, location: ChatLocation | None = None, message_auto_delete_time: int | None = None, permissions: ChatPermissions | None = None, personal_chat: Chat | None = None, photo: ChatPhoto | None = None, pinned_message: Message | None = None, profile_accent_color_id: int | None = None, profile_background_custom_emoji_id: str | None = None, slow_mode_delay: int | None = None, sticker_set_name: str | None = None, unrestrict_boost_count: int | None = None, max_reaction_count: int, **extra_data: Any)[source]#

This object contains full information about a chat.

Source: https://core.telegram.org/bots/api#chatfullinfo

id: int#

Unique identifier for this chat. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.

type: str#

Type of the chat, can be either ‘private’, ‘group’, ‘supergroup’ or ‘channel’

accent_color_id: int#

Identifier of the accent color for the chat name and backgrounds of the chat photo, reply header, and link preview. See accent colors for more details.

max_reaction_count: int#

The maximum number of reactions that can be set on a message in the chat

title: str | None#

Optional. Title, for supergroups, channels and group chats

username: str | None#

Optional. Username, for private chats, supergroups and channels if available

first_name: str | None#

Optional. First name of the other party in a private chat

last_name: str | None#

Optional. Last name of the other party in a private chat

is_forum: bool | None#

Optional. True, if the supergroup chat is a forum (has topics enabled)

photo: ChatPhoto | None#

Optional. Chat photo

active_usernames: List[str] | None#

Optional. If non-empty, the list of all active chat usernames; for private chats, supergroups and channels

birthdate: Birthdate | None#

Optional. For private chats, the date of birth of the user

business_intro: BusinessIntro | None#

Optional. For private chats with business accounts, the intro of the business

business_location: BusinessLocation | None#

Optional. For private chats with business accounts, the location of the business

business_opening_hours: BusinessOpeningHours | None#

Optional. For private chats with business accounts, the opening hours of the business

personal_chat: Chat | None#

Optional. For private chats, the personal channel of the user

available_reactions: List[ReactionTypeEmoji | ReactionTypeCustomEmoji] | None#

Optional. List of available reactions allowed in the chat. If omitted, then all emoji reactions are allowed.

background_custom_emoji_id: str | None#

Optional. Custom emoji identifier of the emoji chosen by the chat for the reply header and link preview background

profile_accent_color_id: int | None#

Optional. Identifier of the accent color for the chat’s profile background. See profile accent colors for more details.

profile_background_custom_emoji_id: str | None#

Optional. Custom emoji identifier of the emoji chosen by the chat for its profile background

emoji_status_custom_emoji_id: str | None#

Optional. Custom emoji identifier of the emoji status of the chat or the other party in a private chat

emoji_status_expiration_date: DateTime | None#

Optional. Expiration date of the emoji status of the chat or the other party in a private chat, in Unix time, if any

model_computed_fields: ClassVar[dict[str, ComputedFieldInfo]] = {}#

A dictionary of computed field names and their corresponding ComputedFieldInfo objects.

model_post_init(_ModelMetaclass__context: Any) None#

We need to both initialize private attributes and call the user-defined model_post_init method.

bio: str | None#

Optional. Bio of the other party in a private chat

has_private_forwards: bool | None#

Optional. True, if privacy settings of the other party in the private chat allows to use tg://user?id=<user_id> links only in chats with the user

has_restricted_voice_and_video_messages: bool | None#

Optional. True, if the privacy settings of the other party restrict sending voice and video note messages in the private chat

join_to_send_messages: bool | None#

Optional. True, if users need to join the supergroup before they can send messages

join_by_request: bool | None#

Optional. True, if all users directly joining the supergroup need to be approved by supergroup administrators

description: str | None#

Optional. Description, for groups, supergroups and channel chats

Optional. Primary invite link, for groups, supergroups and channel chats

pinned_message: Message | None#

Optional. The most recent pinned message (by sending date)

permissions: ChatPermissions | None#

Optional. Default chat member permissions, for groups and supergroups

slow_mode_delay: int | None#

Optional. For supergroups, the minimum allowed delay between consecutive messages sent by each unprivileged user; in seconds

unrestrict_boost_count: int | None#

Optional. For supergroups, the minimum number of boosts that a non-administrator user needs to add in order to ignore slow mode and chat permissions

message_auto_delete_time: int | None#

Optional. The time after which all messages sent to the chat will be automatically deleted; in seconds

has_aggressive_anti_spam_enabled: bool | None#

Optional. True, if aggressive anti-spam checks are enabled in the supergroup. The field is only available to chat administrators.

has_hidden_members: bool | None#

Optional. True, if non-administrators can only get the list of bots and administrators in the chat

has_protected_content: bool | None#

Optional. True, if messages from the chat can’t be forwarded to other chats

has_visible_history: bool | None#

Optional. True, if new chat members will have access to old messages; available only to chat administrators

sticker_set_name: str | None#

Optional. For supergroups, name of the group sticker set

can_set_sticker_set: bool | None#

Optional. True, if the bot can change the group sticker set

custom_emoji_sticker_set_name: str | None#

Optional. For supergroups, the name of the group’s custom emoji sticker set. Custom emoji from this set can be used by all users and bots in the group.

linked_chat_id: int | None#

Optional. Unique identifier for the linked chat, i.e. the discussion group identifier for a channel and vice versa; for supergroups and channel chats. This identifier may be greater than 32 bits and some programming languages may have difficulty/silent defects in interpreting it. But it is smaller than 52 bits, so a signed 64 bit integer or double-precision float type are safe for storing this identifier.

location: ChatLocation | None#

Optional. For supergroups, the location to which the supergroup is connected