Guest User

Untitled

a guest
Oct 22nd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $bot->command("ibutton", function ($message) use ($bot) {
  2. $keyboard = new TelegramBotApiTypesInlineInlineKeyboardMarkup(
  3. [
  4. [
  5. ['callback_data' => '/get_music 1', 'text' => '1'],
  6. ['callback_data' => '/get_music 2', 'text' => '2']
  7. ]
  8. ]
  9. );
Add Comment
Please, Sign In to add comment