Skip to content

Commit

Permalink
update BOT API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukov committed Jan 7, 2025
1 parent 762d24c commit 4d2b2cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions botapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6541,7 +6541,7 @@
"String"
],
"required": false,
"description": "Required if ok is False. Error message in human readable form that explains why it is impossible to complete the order (e.g. \"Sorry, delivery to your desired address is unavailable'). Telegram will display this message to the user."
"description": "Required if ok is False. Error message in human readable form that explains why it is impossible to complete the order (e.g. \"Sorry, delivery to your desired address is unavailable\"). Telegram will display this message to the user."
}
]
},
Expand Down Expand Up @@ -17782,7 +17782,7 @@
"name": "SuccessfulPayment",
"href": "https://core.telegram.org/bots/api#successfulpayment",
"description": [
"This object contains basic information about a successful payment."
"This object contains basic information about a successful payment. Note that if the buyer initiates a chargeback with the relevant payment provider following this transaction, the funds may be debited from your balance. This is outside of Telegram's control."
],
"fields": [
{
Expand Down Expand Up @@ -18420,7 +18420,7 @@
"name": "StarTransaction",
"href": "https://core.telegram.org/bots/api#startransaction",
"description": [
"Describes a Telegram Star transaction."
"Describes a Telegram Star transaction. Note that if the buyer initiates a chargeback with the payment provider from whom they acquired Stars (e.g., Apple, Google) following this transaction, the refunded Stars will be deducted from the bot's balance. This is outside of Telegram's control."
],
"fields": [
{
Expand Down
2 changes: 1 addition & 1 deletion botapi.min.json

Large diffs are not rendered by default.

0 comments on commit 4d2b2cb

Please sign in to comment.