diff options
Diffstat (limited to 'services/webhook/telegram.go')
-rw-r--r-- | services/webhook/telegram.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/webhook/telegram.go b/services/webhook/telegram.go index 2d0484648b..ea7e8185de 100644 --- a/services/webhook/telegram.go +++ b/services/webhook/telegram.go @@ -28,6 +28,7 @@ type ( TelegramMeta struct { BotToken string `json:"bot_token"` ChatID string `json:"chat_id"` + ThreadID string `json:"thread_id"` } ) |