Skip to content

Commit 0c33873

Browse files
Merge pull request #166 from gotd/feat/update-schema
feat(schema): update documentation to the latest layer
2 parents ca67482 + 08cd4d3 commit 0c33873

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_schema/158.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13554,7 +13554,7 @@
1355413554
},
1355513555
"peer_type": {
1355613556
"name": "peer_type",
13557-
"description": "Filtering criteria to use for the peer selection list shown to the user."
13557+
"description": "Filtering criteria to use for the peer selection list shown to the user. The list should display all existing peers of the specified type, and should also offer an option for the user to create and immediately use a peer of the specified type, if needed."
1355813558
},
1355913559
"text": {
1356013560
"name": "text",
@@ -15275,7 +15275,7 @@
1527515275
"name": "messageEntityTextUrl",
1527615276
"description": [
1527715277
"Message entity representing a text url¹: for in-text urls like https://google.com² use messageEntityUrl³.",
15278-
"Note that an additional confirmation popup with the full URL must be displayed to the user before opening this link, unless the domain is one of the whitelisted domains specified in the whitelisted_domains client configuration parameter »¹."
15278+
"Note that an additional confirmation popup with the full URL must be displayed to the user before opening this link, unless the domain satisfies the conditions specified in the domain whitelist documentation »¹."
1527915279
],
1528015280
"links": [
1528115281
"https://google.com",

_schema/latest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13554,7 +13554,7 @@
1355413554
},
1355513555
"peer_type": {
1355613556
"name": "peer_type",
13557-
"description": "Filtering criteria to use for the peer selection list shown to the user."
13557+
"description": "Filtering criteria to use for the peer selection list shown to the user. The list should display all existing peers of the specified type, and should also offer an option for the user to create and immediately use a peer of the specified type, if needed."
1355813558
},
1355913559
"text": {
1356013560
"name": "text",
@@ -15275,7 +15275,7 @@
1527515275
"name": "messageEntityTextUrl",
1527615276
"description": [
1527715277
"Message entity representing a text url¹: for in-text urls like https://google.com² use messageEntityUrl³.",
15278-
"Note that an additional confirmation popup with the full URL must be displayed to the user before opening this link, unless the domain is one of the whitelisted domains specified in the whitelisted_domains client configuration parameter »¹."
15278+
"Note that an additional confirmation popup with the full URL must be displayed to the user before opening this link, unless the domain satisfies the conditions specified in the domain whitelist documentation »¹."
1527915279
],
1528015280
"links": [
1528115281
"https://google.com",

0 commit comments

Comments
 (0)