TDLib v0.0.2 TDLib.Object.ChatMember View Source

A user with information about joining/leaving a chat.

NameTypeDescription
user_idnumberUser identifier of the chat member.
inviter_user_idnumberIdentifier of a user that invited/promoted/banned this member in the chat; 0 if unknown.
joined_chat_datenumberPoint in time (Unix timestamp) when the user joined a chat.
statusChatMemberStatusStatus of the member in the chat.
bot_infobotInfoIf 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.