ChatMemberLeft
Represents a chat member that isn't currently a member of the chat, but may join it themselves.
fields
| field | type | required | description |
|---|---|---|---|
status | string | required | The member's status in the chat, always “left” |
user | User | required | Information about the user |
import
import type { ChatMemberLeft } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#chatmemberleft