TelegramServ - Summary of commands: ----------------------------------- This service contains specific Telegram commands that irgramd cannot map to IRC commands. The following commands are available: code Enter authorization code and 2FA password dialog Manage conversations (dialogs) help This help mark_read Mark messages as read The commands begining with ! (exclamation) must be used directly in channels or chats. The following ! commands are available: !del Delete a message !ed Edit a message !fwd Forward a message !get Get a message by id !history Get messages from history !re Reply to a message !react React to a message !reupl Reply to a message with an upload !upl Upload a file to current channel/chat !! Send a single ! to the channel/chat If you need more information about a specific command you can use help TelegramServ - Detail of commands: ---------------------------------- code Enter authorization code and 2FA password code [] Enter authorization code sent by Telegram to the phone or to another client connected. If 2nd factor authentication (2FA) password is enabled in your account, must be provided too. This authentication usually is only needed the first time that irgramd connects to Telegram with a given account. dialog Manage conversations (dialogs) dialog [id] Manage conversations (dialogs) established in Telegram, the following subcommands are available: list Show all dialogs mark_read Mark messages as read mark_read Mark all messages on (channel or user) as read, this also will reset the number of mentions to you on . !del Delete a message !del Delete a message with on current channel/chat !ed Edit a message !ed Edit a message with on current channel/chat, replaces the current message. !fwd Forward a message !fwd Forward a message with to channel/chat. !get Get a message by id !get Get one message from current channel/chat with the compact ID or if prefixed with = the absolute numeric ID (the last mainly for debugging) !history Get messages from history !history [|all|unread [[+]|-]] Get last number of messages already sent on current channel/chat. If not set is 10. Instead of , "all" is for retrieving all available messages. Instead of , "unread" is for messages not marked as read, optionally number of previous messages to the first unread, or only the last unread messages, e.g. !history unread -40 (get 40 unread messages or less if there are less) !history unread +40 (get all unread messages plus the last 40 read ones). !re Reply to a message !re Reply with to a message with on current channel/chat. !react React to a message !react |- React with to a message with , irgramd will translate emoticon to closest emoji. Use - to remove a previous reaction. !reupl Reply to a message with an upload !reupl [] Reply with the upload of to a message with on current channel/chat. The file must be present in "upload" irgramd local directory or be an external HTTP/HTTPS URL. !upl Upload a file to current channel/chat !upl [] Upload the file referenced by to current channel/chat, the file must be present in "upload" irgramd local directory or be an external HTTP/HTTPS URL. !! Send a single ! to the channel/chat !! Send a single ! at the beginning of the line to the channel/chat, not being interpreted as a command, the rest of the text is sent as well without modification.