-
-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Description
Call all methods as bot methods:
SendResponse response = bot.sendMessage(chatId, "Hello")
.parseMode(ParseMode.Markdown)
.execute();Async
bot.sendMessage(chatId, "Hello")
.parseMode(ParseMode.Markdown)
.execute(callback);execute(callback) or execute(onSuccess, onFailure)?
Anthoooooooony and Nikoshi
Metadata
Metadata
Assignees
Labels
No labels