rubenlagus / TelegramBotsExample

A simple to use library to create Telegram Bots in Java
GNU General Public License v3.0
484 stars 229 forks source link

Configuration in BotConfig #47

Closed WirelessMind closed 3 years ago

WirelessMind commented 3 years ago
- next, go to org.telegram and edit `BotConfig.java`
Here we must fill in our login credentials for our bot.
public static final String TOKENMYPROJECT = "[YOUR_TOP_SECRET_TOKEN]";
public static final String USERNAMEMYPROJECT = "myProjectBot";

Hello! In BotConfig.java where is TOKENMYPROJECT and USERNAMEMYPROJECT ???

Thanks