From e234dfa22c408cf26461737b429dabde23b49bcb Mon Sep 17 00:00:00 2001
From: Mayuri-Chan Chatstr, optional) – First name of the other party in a private chat, for private chats and bots.
last_name (str
, optional) – Last name of the other party in a private chat, for private chats.
photo (ChatPhoto
, optional) – Chat photo. Suitable for downloads only.
stories (List of Story
, optional) – The list of chat’s stories if available.
wallpaper (Document
, optional) – Chat wallpaper.
bio (str
, optional) – Bio of the other party in a private chat.
Returned only in get_chat()
.
description (str
, optional) – Description, for groups, supergroups and channel chats.
@@ -1789,6 +1791,7 @@
has_protected_content (bool
, optional) – True, if messages from the chat can’t be forwarded to other chats.
invite_link (str
, optional) – Chat invite link, for groups, supergroups and channels.
Returned only in get_chat()
.
usernames (List of Username
, optional) – List of all chat (fragment) usernames; for private chats, supergroups and channels.
Returned only in get_chat()
.
level (int
, optional) – Channel boosts level.
+For channel only.
reply_color (ChatColor
, optional) – Chat reply color.
profile_color (ChatColor
, optional) – Chat profile color.