Код: Выделить всё
Request::send('sendChecklist', [
'chat_id' => 'my int id',
'checklist' => json_encode([
'title' => 'qwerty',
'tasks' => [
[
'id' => 1,
'text' => 'a',
],
[
'id' => 2,
'text' => 'b',
]
],
]);
line Comment Line в запросе :: send () перед (потому что это новая функция)
Подробнее здесь: https://stackoverflow.com/questions/796 ... legram-bot