diff options
Diffstat (limited to 'telegram/commands.go')
-rw-r--r-- | telegram/commands.go | 1 |
1 files changed, 1 insertions, 0 deletions
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{"<timezone>", "adjust timezone for Telegram user statuses (example: +02:00)"}, "keeponline": configurationOption{"<bool>", "always keep telegram session online and rely on jabber offline messages (example: true)"}, + "rawmessages": configurationOption{"<bool>", "do not add additional info (message id, origin etc.) to incoming messages (example: true)"}, } type command struct { |