1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 19:06:55 +01:00
MadelineProto/docs/TD_docs/constructors/chatMember.md
2017-08-25 15:05:53 +02:00

935 B

title description
chatMember User with information about its chat joining/leaving

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