Interface UncachedThreadMember

interface UncachedThreadMember {
    id: string;
    userID: string;
}

Hierarchy (view full)

Properties

Properties

id: string

The ID of the thread this member is for.

userID: string

The ID of the associated user.