×
Удаленный аккаунт
I use a Pyrogram-Fork and I am getting this error. https://pastebin.mozilla.org/59vwv4tS
Steps to Reproduce
Ask Premium User to download and install https://t.me/TAndroidAPK/376
Run a different / same user client using Pyrogram-Fork with the following code
import logging
logging.basicConfig(
level=logging.DEBUG
)
from pyrogram import Client
from pyrogram import __version__
print(__version__)
app = Client("my_account")
@app.on_message()
async def _(_, m):
print(m._raw)
app.run()
Ask the Premium user to send the new type of polls to the pyrogram client.
The error is logged in the terminal where the pyrogram client is running.
How can this issue be solved?
Steps to Reproduce
Ask Premium User to download and install https://t.me/TAndroidAPK/376
Run a different / same user client using Pyrogram-Fork with the following code
import logging
logging.basicConfig(
level=logging.DEBUG
)
from pyrogram import Client
from pyrogram import __version__
print(__version__)
app = Client("my_account")
@app.on_message()
async def _(_, m):
print(m._raw)
app.run()
Ask the Premium user to send the new type of polls to the pyrogram client.
The error is logged in the terminal where the pyrogram client is running.
How can this issue be solved?