However, since 1.3.3, this doesn't work anymore. Output of this command is the same as with previous versions, but no message arrives.
> All done. Exit
halt
It seems to be the quotation is not understand anymore, so I did: telegram-cli -W -e msg !_user@123456 myMessage -D – but bash doesn't like the exclamation mark and escaping it didn't help.
Can you help me with correctly calling this command? It would help if secure chats wouldn't have an exclamation mark in the user/chat name. Is there any other solution? Thanks.
Hi send out messages to secure chats from command line via:
telegram-cli -W -e msg '!_user@123456 myMessage' -D
However, since 1.3.3, this doesn't work anymore. Output of this command is the same as with previous versions, but no message arrives.
It seems to be the quotation is not understand anymore, so I did:
telegram-cli -W -e msg !_user@123456 myMessage -D
– but bash doesn't like the exclamation mark and escaping it didn't help.Can you help me with correctly calling this command? It would help if secure chats wouldn't have an exclamation mark in the user/chat name. Is there any other solution? Thanks.