MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / typing

Method typing

src/bot/types.ts:74–74  ·  view source on GitHub ↗

Best-effort: show a "typing…" indicator.

(chatId: string)

Source from the content-addressed store, hash-verified

72 ackCallback?(callbackId: string): Promise<void>;
73 /** Best-effort: show a "typing…" indicator. */
74 typing?(chatId: string): Promise<void>;
75 /** Best-effort: register the command menu so the client shows a native `/` picker
76 * (Telegram setMyCommands). The gateway calls this once on start with the full registry. */
77 setCommands?(commands: { command: string; description: string }[]): Promise<void>;

Callers 1

runOneMethod · 0.65

Implementers 1

TelegramTransportsrc/bot/adapters/telegram.ts

Calls

no outgoing calls

Tested by

no test coverage detected