Extended by : BPT\types\types
This object represents changes in the status of a chat member.
| Name | Type | Description | Kind |
|---|---|---|---|
| chat | BPT\types\chat | Chat the user belongs to | normal |
| from | BPT\types\user | Performer of the action, which resulted in the change | normal |
| date | int | Date the change was done in Unix time | normal |
| old_chat_member | BPT\types\chatMember | Previous information about the chat member | normal |
| new_chat_member | BPT\types\chatMember | New information about the chat member | normal |
| invite_link | BPT\types\chatInviteLink | Optional. Chat invite link, which was used by the user to join the chat; for joining by invite link events only. | normal |
| via_chat_folder_invite_link | bool | Optional. True, if the user joined the chat via a chat folder invite link | normal |