diff --git a/data/web/corefork.telegram.org/api/layers.html b/data/web/corefork.telegram.org/api/layers.html index c7711b3e1a..225c1fc013 100644 --- a/data/web/corefork.telegram.org/api/layers.html +++ b/data/web/corefork.telegram.org/api/layers.html @@ -270,6 +270,13 @@
Do not manually refresh peer information in any other case, to avoid overloading the server by continuously requesting changes for the same unchanged information.
+Note: some other, non-peer-related constructors (i.e. not user, chat or channel) may also contain access hashes, which should be stored in a different database.
The peer id
is a unique 64-bit ID used to identify a specific user, chat or channel.
This field should be used as primary key in the channel, chat and user databases.
diff --git a/data/web/corefork.telegram.org/api/qr-login.html b/data/web/corefork.telegram.org/api/qr-login.html index d7115dcfb2..3395abdc6e 100644 --- a/data/web/corefork.telegram.org/api/qr-login.html +++ b/data/web/corefork.telegram.org/api/qr-login.html @@ -69,7 +69,7 @@ After the expiration of the current QR code, the base64url-decoded before using it in the method.Possible errors returned by the method are:
AUTH_TOKEN_INVALID
, an invalid authorization token was providedAUTH_TOKEN_INVALID
, AUTH_TOKEN_INVALID1
, an invalid authorization token was providedAUTH_TOKEN_EXPIRED
, the provided authorization token has expired and the updated QR-code must be re-scannedAUTH_TOKEN_ALREADY_ACCEPTED
, the authorization token was already used