mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
Update content of files
This commit is contained in:
parent
3b99e4db42
commit
44023235af
3 changed files with 3 additions and 3 deletions
|
@ -423,7 +423,7 @@ keyboardM2 = InlineKeyboardMarkup.builder()
|
|||
else if (txt.equals("/whisper"))
|
||||
screaming = false;
|
||||
else if (txt.equals("/menu"))
|
||||
sendMenu(id, "<b>Menu 1</b>", keyboard1);
|
||||
sendMenu(id, "<b>Menu 1</b>", keyboardM1);
|
||||
return;
|
||||
}</code></pre>
|
||||
<p>Try sending <code>/menu</code> to your bot now. If you did everything correctly, you should see a brand new menu pop up.</p>
|
||||
|
|
|
@ -423,7 +423,7 @@ keyboardM2 = InlineKeyboardMarkup.builder()
|
|||
else if (txt.equals("/whisper"))
|
||||
screaming = false;
|
||||
else if (txt.equals("/menu"))
|
||||
sendMenu(id, "<b>Menu 1</b>", keyboard1);
|
||||
sendMenu(id, "<b>Menu 1</b>", keyboardM1);
|
||||
return;
|
||||
}</code></pre>
|
||||
<p>Try sending <code>/menu</code> to your bot now. If you did everything correctly, you should see a brand new menu pop up.</p>
|
||||
|
|
|
@ -423,7 +423,7 @@ keyboardM2 = InlineKeyboardMarkup.builder()
|
|||
else if (txt.equals("/whisper"))
|
||||
screaming = false;
|
||||
else if (txt.equals("/menu"))
|
||||
sendMenu(id, "<b>Menu 1</b>", keyboard1);
|
||||
sendMenu(id, "<b>Menu 1</b>", keyboardM1);
|
||||
return;
|
||||
}</code></pre>
|
||||
<p>Try sending <code>/menu</code> to your bot now. If you did everything correctly, you should see a brand new menu pop up.</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue