diff options
author | 2023-09-28 03:02:22 +0000 | |
---|---|---|
committer | 2023-09-27 20:02:22 -0700 | |
commit | e0e8a99abe919b8cc2dc292fb8efc2c31f42ad80 (patch) | |
tree | d8337842ed96f17e31add109423adfaab3a08a24 /internal/model/integration.go | |
parent | c0e954f19d707fef8ef8271636ec661634a4c4c7 (diff) | |
download | v2-e0e8a99abe919b8cc2dc292fb8efc2c31f42ad80.tar.gz v2-e0e8a99abe919b8cc2dc292fb8efc2c31f42ad80.tar.zst v2-e0e8a99abe919b8cc2dc292fb8efc2c31f42ad80.zip |
Telegram: add the possibility to disable buttons
Closes #2093
Diffstat (limited to 'internal/model/integration.go')
-rw-r--r-- | internal/model/integration.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/model/integration.go b/internal/model/integration.go index 099c4b2e..49b6be07 100644 --- a/internal/model/integration.go +++ b/internal/model/integration.go @@ -47,6 +47,7 @@ type Integration struct { TelegramBotTopicID *int64 TelegramBotDisableWebPagePreview bool TelegramBotDisableNotification bool + TelegramBotDisableButtons bool LinkdingEnabled bool LinkdingURL string LinkdingAPIKey string |