RM
Size: a a a
RM
TK
Bad Request: can't parse entities: Unsupported start tag "h1" at byte offset 20"
K
bot.send_message(message.chat.id, "<b>Bold<b/>", parse_mode="html")
K
Bad Request: can't parse entities: Unsupported start tag "h1" at byte offset 20"
ダ
Bad Request: can't parse entities: Unsupported start tag "h1" at byte offset 20"
TK
ダ
K
K
K
K
TK
RM
TK
ダ
K
RM
$keyboard = [
'inline_keyboard' => [
[
['text' => 'Какой-то текст', 'callback_data' => 'данные которые отправятся на webhook когда пользователь нажмет на кнопку']
]
]
];
$encodedKeyboard = json_encode($keyboard);
file_get_contents($website . "/sendmessage?chat_id=" . $chatId . "&text=" . $welcomemessage . "&reply_markup=" . $encodedKeyboard);
T
RM