def key_osen(bot, update,chat_id):
keyboard = [[InlineKeyboardButton("Android - W. Phone ??", callback_data='droiden'),InlineKeyboardButton("iOS ??", callback_data='iosen')]]
reply_markup2 = InlineKeyboardMarkup(keyboard)
bot.sendMessage(text='What is your operative system? _(only smartphones; this option is irrelevant for PC users)_',
parse_mode=telegram.ParseMode.MARKDOWN, reply_markup=reply_markup2,chat_id=chat_id)
评论列表
文章目录