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 #115

Merged
merged 1 commit into from Oct 28, 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
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