GrammyContext
ref / ratelimiter / GrammyContext
A minimal, structurally-compatible representation of the grammY Context object.
Properties
from
ts
from?: {
id: number; is_bot: boolean; first_name: string; last_name?: string; username?: string; language_code?: string
};
chat
ts
chat?: {
id: number; type: "private" | "group" | "supergroup" | "channel"; title?: string; username?: string; first_name?: string
};