Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions _schema/164.json
Original file line number Diff line number Diff line change
Expand Up @@ -3562,7 +3562,10 @@
},
"unconfirmed": {
"name": "unconfirmed",
"description": " "
"description": "Whether the session is unconfirmed, see here »¹ for more info.",
"links": [
"https://core.telegram.org/api/auth#confirming-login"
]
}
}
},
Expand Down Expand Up @@ -25694,7 +25697,10 @@
},
"unconfirmed": {
"name": "unconfirmed",
"description": " "
"description": "Whether the session is unconfirmed, see here »¹ for more info.",
"links": [
"https://core.telegram.org/api/auth#confirming-login"
]
}
}
},
Expand Down Expand Up @@ -31612,7 +31618,7 @@
"account.changeAuthorizationSettings": {
"name": "account.changeAuthorizationSettings",
"description": [
"Change settings related to the current session."
"Change settings related to a session."
],
"parameters": {
"call_requests_disabled": {
Expand All @@ -31621,7 +31627,10 @@
},
"confirmed": {
"name": "confirmed",
"description": " "
"description": "If set, confirms a newly logged in session »¹.",
"links": [
"https://core.telegram.org/api/auth#confirming-login"
]
},
"encrypted_requests_disabled": {
"name": "encrypted_requests_disabled",
Expand Down
17 changes: 13 additions & 4 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3562,7 +3562,10 @@
},
"unconfirmed": {
"name": "unconfirmed",
"description": " "
"description": "Whether the session is unconfirmed, see here »¹ for more info.",
"links": [
"https://core.telegram.org/api/auth#confirming-login"
]
}
}
},
Expand Down Expand Up @@ -25694,7 +25697,10 @@
},
"unconfirmed": {
"name": "unconfirmed",
"description": " "
"description": "Whether the session is unconfirmed, see here »¹ for more info.",
"links": [
"https://core.telegram.org/api/auth#confirming-login"
]
}
}
},
Expand Down Expand Up @@ -31612,7 +31618,7 @@
"account.changeAuthorizationSettings": {
"name": "account.changeAuthorizationSettings",
"description": [
"Change settings related to the current session."
"Change settings related to a session."
],
"parameters": {
"call_requests_disabled": {
Expand All @@ -31621,7 +31627,10 @@
},
"confirmed": {
"name": "confirmed",
"description": " "
"description": "If set, confirms a newly logged in session »¹.",
"links": [
"https://core.telegram.org/api/auth#confirming-login"
]
},
"encrypted_requests_disabled": {
"name": "encrypted_requests_disabled",
Expand Down