sendMessage
method. Typing a text message + choosing advanced optionsIntegrations/Telegram/TChat
data structure (see Telegram data structures).chat_id
β it will be added automatically, based on Chat IDs field. The input control will check consistency of JSON syntax. You are welcome to use Template system here, adding fields of the current object, global constants or local variables.\
. But be careful. That could conflict with Markdown (inline links mostly). Turn the option OFF if you want to manage that matter by yourself. pre
and code
entities, all '`' and '\' characters must be escaped with a preceding '\' character.(...)
part of inline link definition, all ')' and '\' must be escaped with a preceding '\' character.italic
and underline
entities __
is always treated from left to right as beginning or end of underline
entity, so instead of ___italic underline___
use ___italic underline_\r__
, where \r
is a character with code 13, which will be ignored.