MadelineProto
MadelineProto copied to clipboard
Async PHP client API for the telegram MTProto protocol
I can't store session files in external storage, is it possible to do this? When i'm specifying external path, I'm getting an error `**Can not call touch() for a non-standard...
``` Tools: Loop exceptionally stopped without resolving the promise Tools: TypeError: danog\MadelineProto\MTProto\AuthKey::getServerSalt(): Return value must be of type string, null returned in /home/daniil/tests/vendor/danog/madelineproto/src/danog/MadelineProto/MTProto/AuthKey.php:121 Stack trace: #0 /home/daniil/tests/vendor/danog/madelineproto/src/danog/MadelineProto/Loop/Connection/WriteLoop.php(314): danog\MadelineProto\MTProto\AuthKey->getServerSalt() #1 /home/daniil/tests/vendor/danog/madelineproto/src/danog/MadelineProto/Loop/Connection/WriteLoop.php(75):...
I need to start several checks that need yielding, if I put them on the onStart method i see that the event is fired several times, which disrupts a bit...
Running the below script: ```
The discard() method (https://docs.madelineproto.xyz/API_docs/types/PhoneCall.html) is not ending a PhoneCall when the call has not been answered. Issue detected on Madeline version 5.1.34 More details: If the call ** is answered**...
🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
I want to play an audio file but am unable to make it happen. I have followed all instructions mention [here](https://docs.madelineproto.xyz/docs/CALLS.html#putting-it-all-together) and am successfully able to place/request call but when...
Hi, I try to delete session files using array_map('unlink', glob("session.madeline*")); After I delete it, why are those files recreated? How to delete it completely?
I use this product to receive messages from public channels I extract text and video messages without any problems, but I have trouble extracting video messages. Unfortunately, I have trouble...
Good afternoon! Telegram has introduced a new type of links to communities, chats, profiles. Version before - https://t.me/group Newest version - https://group.t.me Can you tell me when the support will...