FoxoChat.js Packages
    Preparing search index...

    Interface GatewayDispatchUserStatusUpdatePayload

    User status updated.

    interface GatewayDispatchUserStatusUpdatePayload {
        status: UserStatus;
        user_id: number;
    }
    Index

    Properties

    Properties

    status: UserStatus

    The updated status.

    user_id: number

    The ID of the user.