首页 > TAG信息列表 > python-telegram-bot

python-使用Telegram- InlineKeyboardMarkup,当按下按钮时,是否可以向用户提供反馈?

def start(bot, update): keyboard = [[InlineKeyboardButton("Apples", callback_data='1')], [InlineKeyboardButton("Oranges", callback_data='2')], [InlineKeyboardButton("Beans", callback_da

php-如何使用Telegram机器人聊天API获取某人的用户个人资料图片?

我正在制作一个基本的控制面板,用于使用PHP管理Bot. 基本上,我想显示向机器人发送消息的用户的个人资料图片/头像. 但是,用户对象没有photo_id,那么有没有办法获取用户的头像?解决方法:您需要使用getUserProfilePhotos方法,然后使用getFile. 例如:

python – Telegram bot发起与用户的对话

我正在写一个Telegram机器人,为了简化问题,假设您可以在渠道中询问机器人问题并且它会私下回复您.当僵尸程序收到命令时,它从以下位置获取用户的chat_id:update.message.from_user.id 但是当我这样做时,我收到一个错误: Unauthorized: Forbidden: bot can't initiate conversation w

python – 在某些消息电报机器人之后保存用户输入

我正在python上构建一些电报机器人(使用这个框架pyTelegramBotAPI).我用用户输入遇到了问题.在某些bot消息之后我需要保存用户输入(可以是任何文本).例如: Bot: – Please describe your problem. User: – Our computer doesn’t work. 然后我需要将此文本“我们的计算机无法正