teleproto - v1.229.0
    Preparing search index...

    Interface PaymentsCreateStarGiftCollectionParams

    interface PaymentsCreateStarGiftCollectionParams {
        peer: EntityLike;
        stargift: TypeInputSavedStarGiftIn[];
        title: string;
    }
    Index
    peer: EntityLike

    Peer where to create the collection.

    Gifts added to the collection.

    title: string

    Title of the collection.