A message for streaming online status information.

interface OnlineStatus {
    isOnline: boolean;
}

Properties

Properties

isOnline: boolean