mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 08:54:44 +01:00
Update docs
This commit is contained in:
parent
3d71a671c6
commit
18d719ec8e
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user