def types_cmd(bot, update, **args):
reply_markup = InlineKeyboardMarkup(types_button_list)
text = '????? ???? ?????? ????????? ??????? ?????????.\n' \
'?? ?????? ??????? ????? ?? ??? ??? ????????? ?????????????? ??????????:'
bot.sendMessage(chat_id=update.message.chat_id, reply_markup=reply_markup, text=text)
# bot.sendMessage(chat_id=update.message.chat.id, text=u'?????????? ?????? ??????? ????????? ? ???????????: \n' + find_types())
评论列表
文章目录