Answer the question
In order to leave comments, you need to log in
How to attach buttons to sendGame method in telegram bot API?
I call https://api.telegram.org/bot_token/sendGame with parameters in POST:
$option = ['chat_id' => '12345689', 'game_short_name' => 'name_game'];
$keyboard = json_encode(["inline_keyboard" => [
,
]]);
$option = ['chat_id' => '12345689', 'game_short_name' => 'name_game', 'reply_markup' => $keyboard];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question