TDLib v0.0.2 TDLib.Object.ChatMember View Source
A user with information about joining/leaving a chat.
Name | Type | Description |
---|---|---|
user_id | number | User identifier of the chat member. |
inviter_user_id | number | Identifier of a user that invited/promoted/banned this member in the chat; 0 if unknown. |
joined_chat_date | number | Point in time (Unix timestamp) when the user joined a chat. |
status | ChatMemberStatus | Status of the member in the chat. |
bot_info | botInfo | If the user is a bot, information about the bot; may be null. Can be null even for a bot if the bot is not a chat member. |
More details on telegram’s documentation.