Interface MessageActor

Creator/recipient descriptor. The type constrains which Mongoose collection the id resolves to.

interface MessageActor {
    id?: string;
    type?: MessageActorType;
    metadata?: { [key: string]: any };
}

Properties

Properties

id?: string
metadata?: { [key: string]: any }