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

Merged
merged 1 commit into from
Dec 12, 2024
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
20 changes: 13 additions & 7 deletions _schema/192.json
Original file line number Diff line number Diff line change
Expand Up @@ -14194,7 +14194,10 @@
},
"message": {
"name": "message",
"description": "Optional message, attached with the gift"
"description": "Optional message, attached with the gift. The maximum length for this field is specified in the stargifts_message_length_max client configuration value »¹.",
"links": [
"https://core.telegram.org/api/config#stargifts-message-length-max"
]
},
"user_id": {
"name": "user_id",
Expand Down Expand Up @@ -18048,7 +18051,7 @@
"links": [
"https://core.telegram.org/constructor/messageMediaDocument",
"https://core.telegram.org/api/scheduled-messages",
"https://core.telegram.org/api/scheduled-messages"
"https://core.telegram.org/api/files#video-qualities"
]
},
"views": {
Expand Down Expand Up @@ -32231,7 +32234,7 @@
"updateDeleteScheduledMessages": {
"name": "updateDeleteScheduledMessages",
"description": [
"Some scheduled messages¹ were deleted from the schedule queue of a chat"
"Some scheduled messages¹ were deleted (or sent) from the schedule queue of a chat"
],
"links": [
"https://core.telegram.org/api/scheduled-messages"
Expand All @@ -32254,7 +32257,10 @@
},
"sent_messages": {
"name": "sent_messages",
"description": " "
"description": "If set, this update indicates that some scheduled messages were sent (not simply deleted from the schedule queue). In this case, the messages field will contain the scheduled message IDs for the sent messages (initially returned in updateNewScheduledMessage¹), and sent_messages will contain the real message IDs for the sent messages.",
"links": [
"https://core.telegram.org/constructor/updateNewScheduledMessage"
]
}
}
},
Expand Down Expand Up @@ -61779,13 +61785,13 @@
},
"missing_balance": {
"name": "missing_balance",
"description": "Whether to return only expired subscriptions due to an excessively low Telegram Star balance."
"description": "Whether to return only subscriptions expired due to an excessively low Telegram Star balance."
},
"offset": {
"name": "offset",
"description": "Offset for pagination, taken from payments.starsStatus¹.",
"description": "Offset for pagination, taken from payments.starsStatus¹.subscriptions_next_offset.",
"links": [
"https://core.telegram.org/constructor/payments.starsStatus#subscriptions_next_offset"
"https://core.telegram.org/constructor/payments.starsStatus"
]
},
"peer": {
Expand Down
20 changes: 13 additions & 7 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14194,7 +14194,10 @@
},
"message": {
"name": "message",
"description": "Optional message, attached with the gift"
"description": "Optional message, attached with the gift. The maximum length for this field is specified in the stargifts_message_length_max client configuration value »¹.",
"links": [
"https://core.telegram.org/api/config#stargifts-message-length-max"
]
},
"user_id": {
"name": "user_id",
Expand Down Expand Up @@ -18048,7 +18051,7 @@
"links": [
"https://core.telegram.org/constructor/messageMediaDocument",
"https://core.telegram.org/api/scheduled-messages",
"https://core.telegram.org/api/scheduled-messages"
"https://core.telegram.org/api/files#video-qualities"
]
},
"views": {
Expand Down Expand Up @@ -32231,7 +32234,7 @@
"updateDeleteScheduledMessages": {
"name": "updateDeleteScheduledMessages",
"description": [
"Some scheduled messages¹ were deleted from the schedule queue of a chat"
"Some scheduled messages¹ were deleted (or sent) from the schedule queue of a chat"
],
"links": [
"https://core.telegram.org/api/scheduled-messages"
Expand All @@ -32254,7 +32257,10 @@
},
"sent_messages": {
"name": "sent_messages",
"description": " "
"description": "If set, this update indicates that some scheduled messages were sent (not simply deleted from the schedule queue). In this case, the messages field will contain the scheduled message IDs for the sent messages (initially returned in updateNewScheduledMessage¹), and sent_messages will contain the real message IDs for the sent messages.",
"links": [
"https://core.telegram.org/constructor/updateNewScheduledMessage"
]
}
}
},
Expand Down Expand Up @@ -61779,13 +61785,13 @@
},
"missing_balance": {
"name": "missing_balance",
"description": "Whether to return only expired subscriptions due to an excessively low Telegram Star balance."
"description": "Whether to return only subscriptions expired due to an excessively low Telegram Star balance."
},
"offset": {
"name": "offset",
"description": "Offset for pagination, taken from payments.starsStatus¹.",
"description": "Offset for pagination, taken from payments.starsStatus¹.subscriptions_next_offset.",
"links": [
"https://core.telegram.org/constructor/payments.starsStatus#subscriptions_next_offset"
"https://core.telegram.org/constructor/payments.starsStatus"
]
},
"peer": {
Expand Down
Loading