Interface Chat

interface Chat {
    time: number;
    type: ChatType;
    username: string;
}

Hierarchy (view full)

Properties

Properties

time: number
type: ChatType
username: string