ChatFullInfo¶
- class telegram.ChatFullInfo(id, type, accent_color_id, max_reaction_count, title=None, username=None, first_name=None, last_name=None, is_forum=None, photo=None, active_usernames=None, birthdate=None, business_intro=None, business_location=None, business_opening_hours=None, personal_chat=None, available_reactions=None, background_custom_emoji_id=None, profile_accent_color_id=None, profile_background_custom_emoji_id=None, emoji_status_custom_emoji_id=None, emoji_status_expiration_date=None, bio=None, has_private_forwards=None, has_restricted_voice_and_video_messages=None, join_to_send_messages=None, join_by_request=None, description=None, invite_link=None, pinned_message=None, permissions=None, slow_mode_delay=None, unrestrict_boost_count=None, message_auto_delete_time=None, has_aggressive_anti_spam_enabled=None, has_hidden_members=None, has_protected_content=None, has_visible_history=None, sticker_set_name=None, can_set_sticker_set=None, custom_emoji_sticker_set_name=None, linked_chat_id=None, location=None, *, api_kwargs=None)[source]¶
Bases:
telegram.ChatThis object contains full information about a chat.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
idis equal.Caution
This class is a subclass of
telegram.Chatand inherits all attributes and methods for backwards compatibility. In the future, this class will NOT inherit fromtelegram.Chat.Available In
Returned In
See also
All arguments and attributes can be found in
telegram.Chat.Added in version 21.2.
- Parameters:
The maximum number of reactions that can be set on a message in the chat.
Added in version 21.2.