Skip to content

Commit

Permalink
Merge pull request #166 from gotd/feat/update-schema
Browse files Browse the repository at this point in the history
feat(schema): update documentation to the latest layer
  • Loading branch information
gotd-bot[bot] authored May 20, 2023
2 parents ca67482 + 08cd4d3 commit 0c33873
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _schema/158.json
Original file line number Diff line number Diff line change
Expand Up @@ -13554,7 +13554,7 @@
},
"peer_type": {
"name": "peer_type",
"description": "Filtering criteria to use for the peer selection list shown to the user."
"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."
},
"text": {
"name": "text",
Expand Down Expand Up @@ -15275,7 +15275,7 @@
"name": "messageEntityTextUrl",
"description": [
"Message entity representing a text url¹: for in-text urls like https://google.com² use messageEntityUrl³.",
"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 »¹."
"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 »¹."
],
"links": [
"https://google.com",
Expand Down
4 changes: 2 additions & 2 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13554,7 +13554,7 @@
},
"peer_type": {
"name": "peer_type",
"description": "Filtering criteria to use for the peer selection list shown to the user."
"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."
},
"text": {
"name": "text",
Expand Down Expand Up @@ -15275,7 +15275,7 @@
"name": "messageEntityTextUrl",
"description": [
"Message entity representing a text url¹: for in-text urls like https://google.com² use messageEntityUrl³.",
"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 »¹."
"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 »¹."
],
"links": [
"https://google.com",
Expand Down

0 comments on commit 0c33873

Please sign in to comment.