@theophilusdev/conduit
    Preparing search index...

    Interface ThreadThemeChangedPayload

    interface ThreadThemeChangedPayload {
        accessibilityLabel: string;
        author: string;
        gradient: string;
        participantIDs: string[];
        themeColor: string;
        themeEmoji: string;
        themeID: string;
        themeName: string;
        threadID: string;
        type: "thread:theme_changed";
        send(body: ConduitSendableBody): Promise<SentMessage>;
        shareContact(
            message: ConduitSendableBody,
            userID: string,
        ): Promise<SentMessage>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accessibilityLabel: string
    author: string
    gradient: string
    participantIDs: string[]
    themeColor: string
    themeEmoji: string
    themeID: string
    themeName: string
    threadID: string
    type: "thread:theme_changed"

    Methods