felixbade / minecraft-telegram-gateway

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

Help with obtaining chat id #15

Closed felixbade closed 5 years ago

felixbade commented 5 years ago

Bot could print the chat id to somewhere when it get's messages from groups it's part of or when it's added to groups. The user should not have to use the telegram api directly to find the chat id

felixbade commented 5 years ago

One idea, the bot could send this message to Telegram groups it’s added to:

Set telegram-chat-id to -321987654 in plugins/TelegramGateway/config.yml if you want to link this group with the Minecraft chat

felixbade commented 5 years ago

Done