Skip to content

Commit 573a3b9

Browse files
committed
Update code to reflect latest changes to the Bot API documentation
1 parent 0cfecaf commit 573a3b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Telegram/StarTransaction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
class StarTransaction extends Type
1515
{
16-
/** Unique identifier of the transaction. Coincides with the identifer of the original transaction for refund transactions. Coincides with <em>SuccessfulPayment.telegram_payment_charge_id</em> for successful incoming payments from users. */
16+
/** Unique identifier of the transaction. Coincides with the identifier of the original transaction for refund transactions. Coincides with <em>SuccessfulPayment.telegram_payment_charge_id</em> for successful incoming payments from users. */
1717
public string $id;
1818

1919
/** Number of Telegram Stars transferred by the transaction */
@@ -29,7 +29,7 @@ class StarTransaction extends Type
2929
public ?TransactionPartner $receiver = null;
3030

3131
/**
32-
* @param string $id Unique identifier of the transaction. Coincides with the identifer of the original transaction for refund transactions. Coincides with <em>SuccessfulPayment.telegram_payment_charge_id</em> for successful incoming payments from users.
32+
* @param string $id Unique identifier of the transaction. Coincides with the identifier of the original transaction for refund transactions. Coincides with <em>SuccessfulPayment.telegram_payment_charge_id</em> for successful incoming payments from users.
3333
* @param int $amount Number of Telegram Stars transferred by the transaction
3434
* @param int $date Date the transaction was created in Unix time
3535
* @param TransactionPartner $source <em>Optional</em>. Source of an incoming transaction (e.g., a user purchasing goods or services, Fragment refunding a failed withdrawal). Only for incoming transactions

0 commit comments

Comments
 (0)