teleproto - v1.229.0
    Preparing search index...

    Interface InputStorePaymentStarsGiveawayIn

    interface InputStorePaymentStarsGiveawayIn {
        _: "inputStorePaymentStarsGiveaway";
        additionalPeers?: TypeInputPeerIn[];
        amount: BigInteger;
        boostPeer: TypeInputPeerIn;
        countriesIso2?: string[];
        currency: string;
        onlyNewSubscribers?: boolean;
        prizeDescription?: string;
        randomId?: BigInteger;
        stars: BigInteger;
        untilDate: number;
        users: number;
        winnersAreVisible?: boolean;
    }
    Index
    _: "inputStorePaymentStarsGiveaway"
    additionalPeers?: TypeInputPeerIn[]
    amount: BigInteger
    boostPeer: TypeInputPeerIn
    countriesIso2?: string[]
    currency: string
    onlyNewSubscribers?: boolean
    prizeDescription?: string
    randomId?: BigInteger
    stars: BigInteger
    untilDate: number
    users: number
    winnersAreVisible?: boolean