【发布时间】:2021-07-24 22:45:53
【问题描述】:
print(update.message.bot.get_user_profile_photos(update.effective_user.id, 0))
与机器人聊天时,它会返回个人资料照片,否则返回{'total_count': 0, 'photos': []}。是否可以让头像总是返回?
【问题讨论】:
标签: telegram telegram-bot python-3.8 py-telegram-bot-api