Skip to content

Commit

Permalink
Merge pull request #113 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] committed Oct 25, 2022
2 parents 0e562ec + 7b3ea01 commit e379e60
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions _schema/145.json
Expand Up @@ -13475,7 +13475,11 @@
"messageEntityCustomEmoji": {
"name": "messageEntityCustomEmoji",
"description": [
"Represents a custom emoji"
"Represents a custom emoji.",
"Note that this entity must wrap exactly one regular emoji (the one contained in documentAttributeCustomEmoji¹.alt) in the related text, otherwise the server will ignore it."
],
"links": [
"https://core.telegram.org/constructor/documentAttributeCustomEmoji"
],
"fields": {
"document_id": {
Expand Down Expand Up @@ -40336,7 +40340,10 @@
"parameters": {
"add_to_recent": {
"name": "add_to_recent",
"description": "Add this reaction to the recent reactions list"
"description": "Add this reaction to the recent reactions list »¹.",
"links": [
"https://core.telegram.org/api/reactions#recent-reactions"
]
},
"big": {
"name": "big",
Expand Down
11 changes: 9 additions & 2 deletions _schema/latest.json
Expand Up @@ -13475,7 +13475,11 @@
"messageEntityCustomEmoji": {
"name": "messageEntityCustomEmoji",
"description": [
"Represents a custom emoji"
"Represents a custom emoji.",
"Note that this entity must wrap exactly one regular emoji (the one contained in documentAttributeCustomEmoji¹.alt) in the related text, otherwise the server will ignore it."
],
"links": [
"https://core.telegram.org/constructor/documentAttributeCustomEmoji"
],
"fields": {
"document_id": {
Expand Down Expand Up @@ -40336,7 +40340,10 @@
"parameters": {
"add_to_recent": {
"name": "add_to_recent",
"description": "Add this reaction to the recent reactions list"
"description": "Add this reaction to the recent reactions list »¹.",
"links": [
"https://core.telegram.org/api/reactions#recent-reactions"
]
},
"big": {
"name": "big",
Expand Down

0 comments on commit e379e60

Please sign in to comment.