Interface GetStarGiftPaymentOptions

Returns available options for Telegram Stars gifting. Request type for Tdjson#getStarGiftPaymentOptions.

interface GetStarGiftPaymentOptions {
    @type: "getStarGiftPaymentOptions";
    user_id: number;
}

Properties

Properties

@type: "getStarGiftPaymentOptions"
user_id: number

Identifier of the user that will receive Telegram Stars; pass 0 to get options for an unspecified user.