Skip to content

Commit

Permalink
Merge pull request #115 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 28, 2022
2 parents bafc332 + 40c73f0 commit 9aea91d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
18 changes: 12 additions & 6 deletions _schema/145.json
Expand Up @@ -2543,7 +2543,7 @@
},
"icons": {
"name": "icons",
"description": "Attachment menu icon"
"description": "List of platform-specific static icons and animations to use for the attachment menu button"
},
"inactive": {
"name": "inactive",
Expand All @@ -2554,7 +2554,7 @@
},
"peer_types": {
"name": "peer_types",
"description": "List of peer types where this attachment should be shown"
"description": "List of dialog types where this attachment menu entry should be shown"
},
"short_name": {
"name": "short_name",
Expand Down Expand Up @@ -18048,7 +18048,10 @@
},
"type": {
"name": "type",
"description": "Thumbnail type"
"description": "Thumbnail type »¹",
"links": [
"https://core.telegram.org/api/files#image-thumbnail-types"
]
},
"w": {
"name": "w",
Expand All @@ -18064,9 +18067,9 @@
"fields": {
"type": {
"name": "type",
"description": "Thumbnail type (see. photoSize¹)",
"description": "Thumbnail type »¹",
"links": [
"https://core.telegram.org/constructor/photoSize"
"https://core.telegram.org/api/files#image-thumbnail-types"
]
}
}
Expand All @@ -18087,7 +18090,10 @@
},
"type": {
"name": "type",
"description": "Photosize type"
"description": "Photosize type »¹",
"links": [
"https://core.telegram.org/api/files#image-thumbnail-types"
]
},
"w": {
"name": "w",
Expand Down
18 changes: 12 additions & 6 deletions _schema/latest.json
Expand Up @@ -2543,7 +2543,7 @@
},
"icons": {
"name": "icons",
"description": "Attachment menu icon"
"description": "List of platform-specific static icons and animations to use for the attachment menu button"
},
"inactive": {
"name": "inactive",
Expand All @@ -2554,7 +2554,7 @@
},
"peer_types": {
"name": "peer_types",
"description": "List of peer types where this attachment should be shown"
"description": "List of dialog types where this attachment menu entry should be shown"
},
"short_name": {
"name": "short_name",
Expand Down Expand Up @@ -18048,7 +18048,10 @@
},
"type": {
"name": "type",
"description": "Thumbnail type"
"description": "Thumbnail type »¹",
"links": [
"https://core.telegram.org/api/files#image-thumbnail-types"
]
},
"w": {
"name": "w",
Expand All @@ -18064,9 +18067,9 @@
"fields": {
"type": {
"name": "type",
"description": "Thumbnail type (see. photoSize¹)",
"description": "Thumbnail type »¹",
"links": [
"https://core.telegram.org/constructor/photoSize"
"https://core.telegram.org/api/files#image-thumbnail-types"
]
}
}
Expand All @@ -18087,7 +18090,10 @@
},
"type": {
"name": "type",
"description": "Photosize type"
"description": "Photosize type »¹",
"links": [
"https://core.telegram.org/api/files#image-thumbnail-types"
]
},
"w": {
"name": "w",
Expand Down

0 comments on commit 9aea91d

Please sign in to comment.