felixbade / minecraft-telegram-gateway

Bukkit/Spigot plugin integrates Minecraft chat with a Telegram group
MIT License
9 stars 4 forks source link

Messages are not sent to supergroups #41

Closed felixbade closed 4 years ago

felixbade commented 4 years ago

This is due to int being to small for Telegram chat_id. long should be used instead.