Type Alias: ReplyHook()
type ReplyHook: (context) => Promise<ChatReply | void> | ChatReply | void;
Parameters
| Parameter | Type |
|---|---|
context | ReplyHookContext |
type ReplyHook: (context) => Promise<ChatReply | void> | ChatReply | void;
| Parameter | Type |
|---|---|
context | ReplyHookContext |