OneSDK
    Preparing search index...
    interface Gift {
        createdAt: number;
        id: string;
        isAnonymous: boolean;
        isForMovie: boolean;
        isPaidGift: boolean;
        item: Twicas.Item;
        message: string;
        sender: Twicas.Sender;
        type: "gift";
    }
    Index

    Properties

    createdAt: number
    id: string
    isAnonymous: boolean
    isForMovie: boolean
    isPaidGift: boolean
    item: Twicas.Item
    message: string
    sender: Twicas.Sender
    type: "gift"