'Inline Query (current chat)', 'switch_inline_query_current_chat' => 'inline query...'], ['text' => 'Inline Query (other chat)', 'switch_inline_query' => 'inline query...'], ], [ ['text' => 'Callback', 'callback_data' => 'identifier'], ['text' => 'Open URL', 'url' => 'https://github.com/php-telegram-bot/example-bot'], ]); return $this->replyToChat('Inline Keyboard', [ 'reply_markup' => $inline_keyboard, ]); } }