feat(telegram): add edit message action (#2394) (thanks @marcelomar21)
This commit is contained in:
@@ -15,6 +15,7 @@ export type TelegramActionConfig = {
|
||||
reactions?: boolean;
|
||||
sendMessage?: boolean;
|
||||
deleteMessage?: boolean;
|
||||
editMessage?: boolean;
|
||||
};
|
||||
|
||||
export type TelegramInlineButtonsScope = "off" | "dm" | "group" | "all" | "allowlist";
|
||||
|
||||
Reference in New Issue
Block a user