Interface UserStatus

interface UserStatus {
    content: null | string;
    emoteID: number;
}

Properties

Properties

content: null | string
emoteID: number