Interface PaymentReceiptTypeStars

The payment was done using Telegram Stars. Subtype of PaymentReceiptType.

interface PaymentReceiptTypeStars {
    @type: "paymentReceiptTypeStars";
    star_count: number;
    transaction_id: string;
}

Properties

@type: "paymentReceiptTypeStars"
star_count: number

Number of Telegram Stars that were paid.

transaction_id: string

Unique identifier of the transaction that can be used to dispute it.