jellyfin-plugin-webhook/Jellyfin.Plugin.Webhook/Templates/Telegram/PluginUpdated.handlebars

6 lines
251 B
Handlebars

{
"chat_id":"$ChatID",
"text":"<b> ✅ Jellyfin Plugin Updated ✅ </b> \n<b>Plugin:</b> {{PluginName}} \n<b>Version:</b> {{PluginVersion}} \n<b>Changelog:</b> {{PluginChangelog}}",
"parse_mode": "html",
"protect_content":"true"
}