How can I call somebody using pyrogram? I found phone.RequestCall
and tried to do this but it doesn't work and throws the error:
AttributeError: 'Client' object has no attribute 'phone'
I understand what it means, but how can I call it in another way?
app = Client("my_account", int(api_id), api_hash)
with app:
app.phone.RequestCall(user_id=393664947)