jellyfin-plugin-webhook/Jellyfin.Plugin.Webhook/Templates/Telegram/AuthenticationSuccess.handl...

6 lines
303 B
Handlebars

{
"chat_id":"$ChatID",
"text":"<b>✅ Authentication Success ✅</b> \n<b>User:</b> {{NotificationUsername}} \n<b>ID:</b> {{UserId}} \n<b>Client:</b> {{Client}} \n<b>Device:</b> {{DeviceName}} \n<b>Client IP:</b> {{RemoteEndPoint}}",
"parse_mode": "html",
"protect_content":"true"
}