teleproto - v1.229.0
    Preparing search index...

    Interface StarGiftUniqueIn

    interface StarGiftUniqueIn {
        _: "starGiftUnique";
        attributes: TypeStarGiftAttributeIn[];
        availabilityIssued: number;
        availabilityTotal: number;
        burned?: boolean;
        craftChancePermille?: number;
        crafted?: boolean;
        giftAddress?: string;
        giftId: BigInteger;
        hostId?: TypePeerIn;
        id: BigInteger;
        num: number;
        offerMinStars?: number;
        ownerAddress?: string;
        ownerId?: TypePeerIn;
        ownerName?: string;
        peerColor?: TypePeerColorIn;
        releasedBy?: TypePeerIn;
        requirePremium?: boolean;
        resaleTonOnly?: boolean;
        resellAmount?: TypeStarsAmountIn[];
        slug: string;
        themeAvailable?: boolean;
        themePeer?: TypePeerIn;
        title: string;
        valueAmount?: BigInteger;
        valueCurrency?: string;
        valueUsdAmount?: BigInteger;
    }
    Index
    _: "starGiftUnique"
    availabilityIssued: number
    availabilityTotal: number
    burned?: boolean
    craftChancePermille?: number
    crafted?: boolean
    giftAddress?: string
    giftId: BigInteger
    hostId?: TypePeerIn
    id: BigInteger
    num: number
    offerMinStars?: number
    ownerAddress?: string
    ownerId?: TypePeerIn
    ownerName?: string
    peerColor?: TypePeerColorIn
    releasedBy?: TypePeerIn
    requirePremium?: boolean
    resaleTonOnly?: boolean
    resellAmount?: TypeStarsAmountIn[]
    slug: string
    themeAvailable?: boolean
    themePeer?: TypePeerIn
    title: string
    valueAmount?: BigInteger
    valueCurrency?: string
    valueUsdAmount?: BigInteger