Documentation - v0.27.1
    Preparing search index...

    Interface ActionStarGifted

    Telegram Stars were gifted by the other chat participant

    interface ActionStarGifted {
        amount: Long;
        currency: string;
        isCrypto: boolean;
        stars: Long;
        transactionId?: string;
        type: "stars_gifted";
    }
    Index

    Properties

    amount: Long

    Amount of currency that was paid

    currency: string

    Currency in which the stars were paid for

    isCrypto: boolean

    Whether currency is a cryptocurrency

    stars: Long

    Amount of Telegram Stars that were gifted

    transactionId?: string

    Transaction ID, if available

    type: "stars_gifted"