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
23 changes: 16 additions & 7 deletions _schema/164.json
Original file line number Diff line number Diff line change
Expand Up @@ -27538,7 +27538,10 @@
},
"stories_hidden": {
"name": "stories_hidden",
"description": " "
"description": "Whether we have hidden »¹ all active stories of this user.",
"links": [
"https://core.telegram.org/api/stories#hiding-stories-of-other-users"
]
},
"stories_max_id": {
"name": "stories_max_id",
Expand Down Expand Up @@ -30121,13 +30124,13 @@
"PrivacyRule": {
"name": "PrivacyRule",
"description": [
"Privacy rules together with privacy¹ indicate what can or can't someone do and are specified by a PrivacyKey² constructor, and its input counterpart InputPrivacyKey³.",
"Privacy rules together with privacy keys¹ indicate what can or can't someone do and are specified by a PrivacyRule² constructor, and its input counterpart InputPrivacyRule³.",
"See the privacy documentation »¹ for more info."
],
"links": [
"https://core.telegram.org/api/privacy#privacy-rules",
"https://core.telegram.org/type/PrivacyKey",
"https://core.telegram.org/type/InputPrivacyKey",
"https://core.telegram.org/api/privacy#privacy-keys",
"https://core.telegram.org/type/PrivacyRule",
"https://core.telegram.org/type/InputPrivacyRule",
"https://core.telegram.org/api/privacy"
]
},
Expand Down Expand Up @@ -51748,14 +51751,20 @@
},
"stories.togglePeerStoriesHidden": {
"name": "stories.togglePeerStoriesHidden",
"description": [
"Hide the active stories of a user, preventing them from being displayed on the action bar on the homescreen, see here »¹ for more info."
],
"links": [
"https://core.telegram.org/api/stories#hiding-stories-of-other-users"
],
"parameters": {
"hidden": {
"name": "hidden",
"description": " "
"description": "Whether to hide or unhide stories."
},
"peer": {
"name": "peer",
"description": " "
"description": "Peer whose stories should be (un)hidden."
}
},
"errors": [
Expand Down
23 changes: 16 additions & 7 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27538,7 +27538,10 @@
},
"stories_hidden": {
"name": "stories_hidden",
"description": " "
"description": "Whether we have hidden »¹ all active stories of this user.",
"links": [
"https://core.telegram.org/api/stories#hiding-stories-of-other-users"
]
},
"stories_max_id": {
"name": "stories_max_id",
Expand Down Expand Up @@ -30121,13 +30124,13 @@
"PrivacyRule": {
"name": "PrivacyRule",
"description": [
"Privacy rules together with privacy¹ indicate what can or can't someone do and are specified by a PrivacyKey² constructor, and its input counterpart InputPrivacyKey³.",
"Privacy rules together with privacy keys¹ indicate what can or can't someone do and are specified by a PrivacyRule² constructor, and its input counterpart InputPrivacyRule³.",
"See the privacy documentation »¹ for more info."
],
"links": [
"https://core.telegram.org/api/privacy#privacy-rules",
"https://core.telegram.org/type/PrivacyKey",
"https://core.telegram.org/type/InputPrivacyKey",
"https://core.telegram.org/api/privacy#privacy-keys",
"https://core.telegram.org/type/PrivacyRule",
"https://core.telegram.org/type/InputPrivacyRule",
"https://core.telegram.org/api/privacy"
]
},
Expand Down Expand Up @@ -51748,14 +51751,20 @@
},
"stories.togglePeerStoriesHidden": {
"name": "stories.togglePeerStoriesHidden",
"description": [
"Hide the active stories of a user, preventing them from being displayed on the action bar on the homescreen, see here »¹ for more info."
],
"links": [
"https://core.telegram.org/api/stories#hiding-stories-of-other-users"
],
"parameters": {
"hidden": {
"name": "hidden",
"description": " "
"description": "Whether to hide or unhide stories."
},
"peer": {
"name": "peer",
"description": " "
"description": "Peer whose stories should be (un)hidden."
}
},
"errors": [
Expand Down