Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(schema): update documentation to the latest layer #113

Merged
merged 1 commit into from Oct 25, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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