GramIO API Reference / gramio/dist / TelegramChatMemberLeft
Interface: TelegramChatMemberLeft
Defined in: @gramio/types/out/objects.d.ts:3855
Represents a chat member that isn't currently a member of the chat, but may join it themselves.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
status | "left" | The member's status in the chat, always “left” | @gramio/types/out/objects.d.ts:3859 |
user | TelegramUser | Information about the user | @gramio/types/out/objects.d.ts:3863 |