python - 上传超过 5000 个联系人到 Telegram

标签 python api telegram telethon

我正在尝试使用 telethon 将超过 5000 个联系人上传到我的 Telegram 帐户,我注意到在 5000 个联系人之后,它不会再上传任何内容 - 没有错误消息,只是一个空列表 我正在使用这样的东西:

contact = InputPhoneContact(client_id = 0, phone = "+12345678", first_name="ABC", last_name="abc")

result = client(ImportContactsRequest([contact]))

有什么解决办法吗?

最佳答案

根据 https://www.reddit.com/r/Telegram/comments/6fta1h/getting_is_not_on_telegram_yet_would_you_like_to/ 的解决方法就是添加5000个联系人,等待一段时间(可能很长一段时间),然后再添加到5000个。总数可能不可能超过 10000。

关于python - 上传超过 5000 个联系人到 Telegram,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52077292/

相关文章:

php - Facebook 授权 : Can't Load URL: The domain of this URL isn't included in the app's domains

python - Python Bot 的基本计算机视觉技术。

python - Powershell 与 Python sys.stdin.read() 的等价物是什么?

python - 根据其值的条件在数据框中创建二进制列

javascript - 如何向用户发送大文件? Node Telegram Bot API

android - 选择 SMS、WhatsApp 或 Telegram 发送消息

python - python-telegram-bot 的自定义持久化类

python - Django 过滤器模型一对多关系,价格之间的最大差异

api - 什么是流式 API

json - Twig json_encode 空 json