Telegram
The TelegramHook class is used to send messages from Unity to Telegram, allowing you to forward notifications directly to your preferred Telegram chat through the use of a bot. Check out the guide below if you don't know how to setup a Telegram bot.
Example
TelegramHook telegram = new TelegramHook(botToken, chatId);
telegram.SendAsync("Hello, Telegram!");