Например, что можно поставить в значение адреса в следующем коде?
Код: Выделить всё
$keyboard =
[
'inline_keyboard' =>
[
[
['text' => 'open my application', 'url' => '']
]
]
];
Подробнее здесь: https://stackoverflow.com/questions/758 ... yboard-php
Код: Выделить всё
$keyboard =
[
'inline_keyboard' =>
[
[
['text' => 'open my application', 'url' => '']
]
]
];