ChatMember¶
Describes a user or a chat as a member of another chat
ChatMember(
member_id: MessageSender,
tag: string,
inviter_user_id: int53,
joined_chat_date: int32,
status: ChatMemberStatus
) → ChatMember
member_id¶
Identifier of the chat member. Currently, other chats can be only Left or Banned. Only supergroups and channels can have other chats as Left or Banned members and these chats must be supergroups or channels
tag¶
string
Tag of the chat member or its custom title if the member is an administrator of the chat; 0-16 characters without emoji; applicable to basic groups and supergroups only
inviter_user_id¶
int53
Identifier of a user who invited/promoted/banned this member in the chat; 0 if unknown
joined_chat_date¶
int32
Point in time (Unix timestamp) when the user joined/was promoted/was banned in the chat
status¶
Status of the member in the chat