Skip to content

Commit

Permalink
Update code to reflect latest changes to the Bot API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TiiFuchs committed Jan 7, 2025
1 parent adbb995 commit 375309e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Telegram/StarTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Telepath\Types\Type;

/**
* 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.
*/
class StarTransaction extends Type
{
Expand Down
2 changes: 1 addition & 1 deletion src/Telegram/SuccessfulPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Telepath\Types\Type;

/**
* 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.
*/
class SuccessfulPayment extends Type
{
Expand Down

0 comments on commit 375309e

Please sign in to comment.