1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 05:34:42 +01:00

Update docs

This commit is contained in:
Daniil Gentili 2023-06-19 00:15:43 +02:00
parent 3d71a671c6
commit 18d719ec8e

View File

@ -36,7 +36,9 @@ use danog\MadelineProto\MTProto;
use JsonSerializable;
/**
* Represents a login QR code.
* Represents a login QR code.
* The `link` public readonly property contains the [QR code login link](https://core.telegram.org/api/links#qr-code-login-links).
* The `expiry` public readonly property contains the expiry date of the link.
*/
final class LoginQrCode implements JsonSerializable
{