teleproto - v1.229.0
    Preparing search index...

    Interface PaymentsUpdateStarGiftCollectionParams

    interface PaymentsUpdateStarGiftCollectionParams {
        addStargift?: TypeInputSavedStarGiftIn[];
        collectionId: number;
        deleteStargift?: TypeInputSavedStarGiftIn[];
        order?: TypeInputSavedStarGiftIn[];
        peer: EntityLike;
        title?: string;
    }
    Index
    addStargift?: TypeInputSavedStarGiftIn[]

    Can contain a list of gifts to add to the collection.

    collectionId: number

    Collection ID.

    deleteStargift?: TypeInputSavedStarGiftIn[]

    Can contain a list of gifts to remove from the collection.

    Can contain the new gift order.

    peer: EntityLike

    Peer that owns the collection.

    title?: string

    Title of the collection, to rename the collection.