mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:11:37 +00:00
feat: support per-channel ackReaction config (#17092) (thanks @zerone0x)
This commit is contained in:
@@ -141,6 +141,11 @@ export type TelegramAccountConfig = {
|
||||
* Use `"auto"` to derive `[{identity.name}]` from the routed agent.
|
||||
*/
|
||||
responsePrefix?: string;
|
||||
/**
|
||||
* Per-channel ack reaction override.
|
||||
* Telegram expects unicode emoji (e.g., "👀") rather than shortcodes.
|
||||
*/
|
||||
ackReaction?: string;
|
||||
};
|
||||
|
||||
export type TelegramTopicConfig = {
|
||||
|
||||
Reference in New Issue
Block a user