GramIO API Reference / gramio/dist / TelegramChatMemberUpdated
Interface: TelegramChatMemberUpdated
Defined in: @gramio/types/out/objects.d.ts:3567
This object represents changes in the status of a chat member.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
chat | TelegramChat | Chat the user belongs to | @gramio/types/out/objects.d.ts:3571 |
date | number | Date the change was done in Unix time | @gramio/types/out/objects.d.ts:3579 |
from | TelegramUser | Performer of the action, which resulted in the change | @gramio/types/out/objects.d.ts:3575 |
invite_link? | TelegramChatInviteLink | Optional. Chat invite link, which was used by the user to join the chat; for joining by invite link events only. | @gramio/types/out/objects.d.ts:3591 |
new_chat_member | TelegramChatMember | New information about the chat member | @gramio/types/out/objects.d.ts:3587 |
old_chat_member | TelegramChatMember | Previous information about the chat member | @gramio/types/out/objects.d.ts:3583 |
via_chat_folder_invite_link? | boolean | Optional. True, if the user joined the chat via a chat folder invite link | @gramio/types/out/objects.d.ts:3599 |
via_join_request? | boolean | Optional. True, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administrator | @gramio/types/out/objects.d.ts:3595 |