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

Merged
merged 1 commit into from
Oct 2, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _schema/145.json
Original file line number Diff line number Diff line change
Expand Up @@ -28121,7 +28121,7 @@
"parameters": {
"document_id": {
"name": "document_id",
"description": "Document ID"
"description": "Deprecated: should always be 0"
},
"format": {
"name": "format",
Expand Down Expand Up @@ -40822,10 +40822,10 @@
"messages.setDefaultReaction": {
"name": "messages.setDefaultReaction",
"description": [
"Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using help.getAppConfig, reactions_default field¹."
"Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using help.getConfig, reactions_default field¹."
],
"links": [
"https://core.telegram.org/api/config#reactions-default"
"https://core.telegram.org/method/help.getConfig"
],
"parameters": {
"reaction": {
Expand Down
6 changes: 3 additions & 3 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28121,7 +28121,7 @@
"parameters": {
"document_id": {
"name": "document_id",
"description": "Document ID"
"description": "Deprecated: should always be 0"
},
"format": {
"name": "format",
Expand Down Expand Up @@ -40822,10 +40822,10 @@
"messages.setDefaultReaction": {
"name": "messages.setDefaultReaction",
"description": [
"Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using help.getAppConfig, reactions_default field¹."
"Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using help.getConfig, reactions_default field¹."
],
"links": [
"https://core.telegram.org/api/config#reactions-default"
"https://core.telegram.org/method/help.getConfig"
],
"parameters": {
"reaction": {
Expand Down