Skip to content

Commit

Permalink
feat(schema): update documentation to the latest layer
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 19, 2024
1 parent 7881bba commit aaf62a5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions _schema/195.json
Original file line number Diff line number Diff line change
Expand Up @@ -6739,11 +6739,11 @@
"fields": {
"new_participant": {
"name": "new_participant",
"description": " "
"description": "The subscriber that extended the subscription."
},
"prev_participant": {
"name": "prev_participant",
"description": " "
"description": "Same as new_participant."
}
}
},
Expand Down Expand Up @@ -18964,7 +18964,7 @@
},
"unclaimed": {
"name": "unclaimed",
"description": " "
"description": "If set, this indicates the reverse transaction that refunds the remaining stars to the creator of a giveaway if, when the giveaway ends, the number of members in the channel is smaller than the number of winners in the giveaway."
}
}
},
Expand Down Expand Up @@ -24664,14 +24664,14 @@
"Contains the URL to use to withdraw Telegram Star revenue¹."
],
"links": [
"https://core.telegram.org/api/stars#withdrawing-revenue"
"https://core.telegram.org/api/stars#withdrawing-stars"
],
"fields": {
"url": {
"name": "url",
"description": "Contains the URL to use to withdraw Telegram Star revenue¹.",
"links": [
"https://core.telegram.org/api/stars#withdrawing-revenue"
"https://core.telegram.org/api/stars#withdrawing-stars"
]
}
}
Expand Down Expand Up @@ -28870,7 +28870,7 @@
"name": "withdrawal_enabled",
"description": "If set, the user may withdraw¹ up to available_balance stars.",
"links": [
"https://core.telegram.org/api/stars#withdrawing-revenue"
"https://core.telegram.org/api/stars#withdrawing-stars"
]
}
}
Expand Down Expand Up @@ -40462,7 +40462,7 @@
"Contains the URL to use to withdraw Telegram Star revenue¹."
],
"links": [
"https://core.telegram.org/api/stars#withdrawing-revenue"
"https://core.telegram.org/api/stars#withdrawing-stars"
]
},
"payments.StarsStatus": {
Expand Down Expand Up @@ -62402,7 +62402,7 @@
"Withdraw funds from a channel or bot's star balance »¹."
],
"links": [
"https://core.telegram.org/api/stars#withdrawing-revenue"
"https://core.telegram.org/api/stars#withdrawing-stars"
],
"parameters": {
"password": {
Expand Down
16 changes: 8 additions & 8 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6739,11 +6739,11 @@
"fields": {
"new_participant": {
"name": "new_participant",
"description": " "
"description": "The subscriber that extended the subscription."
},
"prev_participant": {
"name": "prev_participant",
"description": " "
"description": "Same as new_participant."
}
}
},
Expand Down Expand Up @@ -18964,7 +18964,7 @@
},
"unclaimed": {
"name": "unclaimed",
"description": " "
"description": "If set, this indicates the reverse transaction that refunds the remaining stars to the creator of a giveaway if, when the giveaway ends, the number of members in the channel is smaller than the number of winners in the giveaway."
}
}
},
Expand Down Expand Up @@ -24664,14 +24664,14 @@
"Contains the URL to use to withdraw Telegram Star revenue¹."
],
"links": [
"https://core.telegram.org/api/stars#withdrawing-revenue"
"https://core.telegram.org/api/stars#withdrawing-stars"
],
"fields": {
"url": {
"name": "url",
"description": "Contains the URL to use to withdraw Telegram Star revenue¹.",
"links": [
"https://core.telegram.org/api/stars#withdrawing-revenue"
"https://core.telegram.org/api/stars#withdrawing-stars"
]
}
}
Expand Down Expand Up @@ -28870,7 +28870,7 @@
"name": "withdrawal_enabled",
"description": "If set, the user may withdraw¹ up to available_balance stars.",
"links": [
"https://core.telegram.org/api/stars#withdrawing-revenue"
"https://core.telegram.org/api/stars#withdrawing-stars"
]
}
}
Expand Down Expand Up @@ -40462,7 +40462,7 @@
"Contains the URL to use to withdraw Telegram Star revenue¹."
],
"links": [
"https://core.telegram.org/api/stars#withdrawing-revenue"
"https://core.telegram.org/api/stars#withdrawing-stars"
]
},
"payments.StarsStatus": {
Expand Down Expand Up @@ -62402,7 +62402,7 @@
"Withdraw funds from a channel or bot's star balance »¹."
],
"links": [
"https://core.telegram.org/api/stars#withdrawing-revenue"
"https://core.telegram.org/api/stars#withdrawing-stars"
],
"parameters": {
"password": {
Expand Down

0 comments on commit aaf62a5

Please sign in to comment.