MadelineProtoDocs/docs/TD_docs/constructors/chatMember.md

1015 B

title description image
chatMember User with information about its chat joining/leaving https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatMember

Back to constructors index

User with information about its chat joining/leaving

Attributes:

Name Type Required Description
user_id int Yes User identifier of the chat member
inviter_user_id int Yes Identifier of a user invited/promoted/banned this member in the chat, 0 if unknown
join_date int Yes Date the user has joined a chat, unix time
status ChatMemberStatus Yes Status of the member in the chat
bot_info botInfo Yes Information about bot if user is a bot, nullable. Can be null even for bot if bot is not a chat member

Type: ChatMember