Perl, Telegram, WWW::Telegram::BotAPI how send array of array? – Telegram API
I use WWW::Telegram::BotAPI (Perl implementation of the Telegram Bot API) for simple bot development. I need create a custom keyboard (https://core.telegram.org/bots#keyboards) for reply (sendMessage method). Telegram API for keyboards https://core.telegram.org/bots/api/#replykeyboardmarkup describe field 'keyboard' with type Array of Array of string.…