A simple Spigot plugin API for working with Telegram.
TelegramLogs instance = TelegramLogs.getInstance();
// Send message instantly:
instance.sendMessageImmediately("BANS", "Steve has been banned by Alex");
// Add message to the pool:
instance.sendMessageToPool("JOIN", "Steve has joined the game.");