Type alias PresenceListenerEventMessage

PresenceListenerEventMessage: {
    attributes?: PresenceAttributes;
    channel: string;
    userProfileId: string;
}

Type declaration

Generated using TypeDoc