V
Size: a a a
V
ダ
V
т
ダ
ダ
ダ
ダ
V
OK
text_out = ПОСТ
markup = types.InlineKeyboardMarkup()
first_but = types.InlineKeyboardButton(text='текст', url='сайт')
sec_but = types.InlineKeyboardButton(text='текст', url='сайт')
markup.add(first_but, sec_but)
bot.send_message(chat_id=chat_id, text=text_out, reply_markup = markup)
OK
OK
EA
OK
EA
OK