GramIO API Reference / gramio/dist / TelegramChatMemberLeft
Interface: TelegramChatMemberLeft
Defined in: @gramio/types/out/objects.d.ts:4015
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:4019 |
user | TelegramUser | Information about the user | @gramio/types/out/objects.d.ts:4023 |