We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0f684 commit 6885f6dCopy full SHA for 6885f6d
src/main/java/com/pengrad/telegrambot/TelegramBot.java
@@ -38,6 +38,7 @@ public GetMeResponse getMe() {
38
}
39
40
@Override
41
+ //TODO: change chatId to Long, as in Chat object
42
public SendResponse sendMessage(Integer chatId, String text, ParseMode parse_mode, Boolean disableWebPagePreview, Integer replyToMessageId, Keyboard replyMarkup) {
43
return botApi.sendMessage(chatId, text, parse_mode, disableWebPagePreview, replyToMessageId, replyMarkup);
44
0 commit comments