teleproto - v1.229.0
    Preparing search index...

    Interface PaymentsGetSavedStarGiftsParams

    interface PaymentsGetSavedStarGiftsParams {
        collectionId?: number;
        excludeHosted?: boolean;
        excludeSaved?: boolean;
        excludeUnique?: boolean;
        excludeUnlimited?: boolean;
        excludeUnsaved?: boolean;
        excludeUnupgradable?: boolean;
        excludeUpgradable?: boolean;
        limit: number;
        offset: string;
        peer: EntityLike;
        peerColorAvailable?: boolean;
        sortByValue?: boolean;
    }
    Index
    collectionId?: number

    Only returns gifts within the specified collection » .

    excludeHosted?: boolean
    excludeSaved?: boolean

    Exclude gifts pinned on the profile.

    excludeUnique?: boolean

    Exclude collectible gifts » .

    excludeUnlimited?: boolean

    Exclude gifts that do not have the starGift . limited flag set.

    excludeUnsaved?: boolean

    Exclude gifts not pinned on the profile.

    excludeUnupgradable?: boolean

    Exclude gifts that cannot be upgraded to collectible gifts » .

    excludeUpgradable?: boolean

    Exclude gifts that can be upgraded to collectible gifts » .

    limit: number

    Maximum number of results to return, see pagination

    offset: string

    Offset for pagination .

    peer: EntityLike

    Fetch only gifts owned by the specified peer, such as: a user, with peer= inputPeerUser ; a channel, with peer= inputPeerChannel ; a connected business user (when executing the method as a bot, over the business connection), with peer= inputPeerUser .

    peerColorAvailable?: boolean
    sortByValue?: boolean

    If set, sorts the gifts by price instead of reception date.