teleproto - v1.229.0
    Preparing search index...

    Interface InputStorePaymentPremiumGiveawayIn

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