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 fe90923 commit e274be3Copy full SHA for e274be3
1 file changed
src/main/java/com/suda/MyVideoApi/bot/Telegram.java
@@ -62,8 +62,7 @@ public void sendTextMessage(String chatId, int replayId, String text) {
62
.parseMode(ParseMode.HTML)
63
.disableWebPagePreview(false)
64
.disableNotification(false)
65
- .replyToMessageId(replayId)
66
- .replyMarkup(new ForceReply());
+ .replyToMessageId(replayId);
67
telegramBot.execute(request, new Callback<SendMessage, SendResponse>() {
68
@Override
69
public void onResponse(SendMessage request, SendResponse response) {
0 commit comments