Closed iamgul closed 1 year ago
/wiki/Getting-Started needs to be Updated to call the constructor to pass the token instead of calling getBotToken() since it's deprecated.
Here are the changes:
public MyAmazingBot() { super("Your Token"); }
This issue is under TelegramBots/wiki/ and not in TelegramBotsExample/wiki, So closing from here and creating in TelegramBots
/wiki/Getting-Started needs to be Updated to call the constructor to pass the token instead of calling getBotToken() since it's deprecated.
Here are the changes: