def close(bot, update):
"""Defining Function for remove keyboard"""
bot.sendMessage(update.message.chat_id,
'Ho chiuso le news!',
reply_markup=telegram.ReplyKeyboardRemove())
return ConversationHandler.END
评论列表
文章目录