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

Method ackCallback

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

Best-effort: acknowledge a button tap so the client stops its spinner.

(callbackId: string)

Source from the content-addressed store, hash-verified

70
71 /** Best-effort: acknowledge a button tap so the client stops its spinner. */
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

Callers 1

onMessageMethod · 0.65

Implementers 1

TelegramTransportsrc/bot/adapters/telegram.ts

Calls

no outgoing calls

Tested by

no test coverage detected