Skip to main content
Module

x/grammy_types/manage.ts>ChatMemberLeft

Types for the Telegram Bot API
Very Popular
Go to Latest
interface ChatMemberLeft
import { type ChatMemberLeft } from "https://deno.land/x/grammy_types@v3.1.2/manage.ts";

Represents a chat member that isn't currently a member of the chat, but may join it themselves.

Properties

status: "left"

The member's status in the chat, always “left”

user: User

Information about the user