Skip to content

seetch/TelegramLogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TelegramLogs

A simple Spigot plugin API for working with Telegram.

Image

Examples

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.");

About

A simple Spigot plugin API for working with Telegram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages