Skip to content

Commit 375309e

Browse files
committed
Update code to reflect latest changes to the Bot API documentation
1 parent adbb995 commit 375309e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Telegram/StarTransaction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Telepath\Types\Type;
1010

1111
/**
12-
* Describes a Telegram Star transaction.
12+
* 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.
1313
*/
1414
class StarTransaction extends Type
1515
{

src/Telegram/SuccessfulPayment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Telepath\Types\Type;
1010

1111
/**
12-
* This object contains basic information about a successful payment.
12+
* 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.
1313
*/
1414
class SuccessfulPayment extends Type
1515
{

0 commit comments

Comments
 (0)