def cancel(bot, update):
message = update.message
bot.sendMessage(chat_id=message.chat_id, text=_('Global text has been cancelled.'),
reply_to_message_id=message.message_id, reply_markup=ReplyKeyboardRemove(selective=True))
return ConversationHandler.END
评论列表
文章目录