@ably/chat - v0.11.0
    Preparing search index...

    Type Alias PresenceMember

    PresenceMember: Omit<Ably.PresenceMessage, "id" | "action" | "timestamp"> & {
        data: PresenceData;
        extras: unknown;
        updatedAt: Date;
    }

    Type for PresenceMember.

    Presence members are unique based on their connectionId and clientId. It is possible for multiple users to have the same clientId if they are connected to the room from different devices.

    Type declaration

    • data: PresenceData

      The data associated with the presence member.

    • extras: unknown

      The extras associated with the presence member.

    • updatedAt: Date

      The timestamp of when the last change in state occurred for this presence member.