From 2a5af5a2647f5965af6a3375d0206581727c70cd Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Tue, 8 Feb 2022 13:49:49 -0500 Subject: Add `rawmessages` configuration option --- telegram/commands.go | 1 + 1 file changed, 1 insertion(+) (limited to 'telegram/commands.go') diff --git a/telegram/commands.go b/telegram/commands.go index e8586d8..2847ceb 100644 --- a/telegram/commands.go +++ b/telegram/commands.go @@ -83,6 +83,7 @@ var chatCommands = map[string]command{ var transportConfigurationOptions = map[string]configurationOption{ "timezone": configurationOption{"", "adjust timezone for Telegram user statuses (example: +02:00)"}, "keeponline": configurationOption{"", "always keep telegram session online and rely on jabber offline messages (example: true)"}, + "rawmessages": configurationOption{"", "do not add additional info (message id, origin etc.) to incoming messages (example: true)"}, } type command struct { -- cgit v1.2.3