Advertisement
GigilinE

Untitled

Mar 9th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. apiRequest("sendMessage", array(
  2. 'chat_id' => $chat_id,
  3. "text" => 'sesso impostato correttamente',
  4. 'reply_markup' => array(
  5. 'InlineKeyboardMarkup' => array(
  6. 'inline_keyboard' => array(
  7. array(
  8. 'text' => 'open url',
  9. 'url' => 'http://google.it'
  10. ),
  11. array(
  12. 'text' => "inline",
  13. 'switch_inline_query' => ''
  14. ),
  15. array(
  16. 'text' => "callback",
  17. 'callback_data' => ''
  18. )
  19. )
  20. )
  21. )
  22. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement