Interface PresenceEvent

Hierarchy

  • WapiEvent
    • PresenceEvent

Properties

Properties

body: Readonly<{
    activity: PresenceActivity;
    address: string;
    avatar: string;
    displayName: string;
    domain: string;
    id: string;
    mood: PresenceMood;
    note: string;
    online: boolean;
    role: "user" | "anonymous";
    username: string;
}>
method: "PUT"

Generated using TypeDoc