C
C
Coder 14482021-12-20 11:41:02
Python
Coder 1448, 2021-12-20 11:41:02

What is UnsupportedUser64Bot?

I'm using a telegram user bot to get deleted accounts subscribed to a channel. Using telethon:
client.get_participants(chat_id)
and pyrogram:
client.get_chat_members(chat_id)
Instead of deleted accounts, it shows accounts with the name 'Unsupported User' and the nickname 'UnsupportedUser64Bot', in the description of which it says 'If you found this bot, your app is outdated. Please update your app to the latest version.'
How to fix it? Is it the libraries you use?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
shurshur, 2021-12-20
@wows15

Update the library you are using. Telegram has recently switched to 64-bit id, the old libraries will no longer work. If the library does not have an update with a solution to this problem, then, alas, it will no longer be possible to use it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question