aboutsummaryrefslogtreecommitdiff
path: root/internal/model/integration.go
diff options
context:
space:
mode:
authorGravatar Jany <127505435+janydoe@users.noreply.github.com> 2023-09-28 03:02:22 +0000
committerGravatar GitHub <noreply@github.com> 2023-09-27 20:02:22 -0700
commite0e8a99abe919b8cc2dc292fb8efc2c31f42ad80 (patch)
treed8337842ed96f17e31add109423adfaab3a08a24 /internal/model/integration.go
parentc0e954f19d707fef8ef8271636ec661634a4c4c7 (diff)
downloadv2-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.go1
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