This enables Sitegeitst.PaperTiger to send message to Telegram.
Carbon.Papertiger.Telegram
is available via packagist.
Run the following command in your site package
composer require --no-update carbon/papertiger-telegram
Then run composer update
in your project root.
These are the default settings:
Carbon:
PaperTiger:
Telegram:
allowableTags: '<b><strong><i><em><u><ins><s><del><strike><a><tg-spoiler><tg-emoji><code><pre><blockquote><br>'
apiUrl: 'https://api.telegram.org'
apiKey: null
chatId: null
requestOptions:
disable_web_page_preview: false
parse_mode: HTML
With apiKey
and chatId
you can set default values for the needed properties. If they are set, the will not be shown in the Neos backend