* $bot->editMessageText($callback_query['message']['message_id'], "This is the menu"); });
24
* @param $data The string that will trigger this function.
25
* @param $script The function that will be triggered by the callback query if it contains the $data string. Must take an object(the bot) and an array(the callback query received).
26
*/
27
public function addCallbackCommand(string $data, callable $script) {