Return salt data via Telegram.
The following fields can be set in the minion conf file:
telegram.chat_id (required)
telegram.token (required)
Telegram settings may also be configured as:
telegram:
chat_id: 000000000
token: 000000000:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
To use the Telegram return, append '--return telegram' to the salt command.
salt '*' test.ping --return telegram
Send a Telegram message with the data.
ret -- The data to be sent.
Boolean if message was sent successfully.