dazeron
Results
2
comments of
dazeron
I have the same problem. But I use ` $messageData = $bot->sendMessage(..., $inline_keyboard); $messageData->getReplyMarkup(); // returns NULL ` I don't know, what to do...
I've tried to check Types/Message.php and I added to `static protected $map = []` new element `'reply_markup' => InlineKeyboardMarkup::class` (I saw, that there are all the key=>value pairs from telegram...