interface UserChatMessage {
    accountStatus: string;
    content: string;
    modifier: any;
    name: string;
    no: number;
    rawUserId: string;
    vpos: number;
}

Properties

accountStatus: string
content: string
modifier: any
name: string
no: number
rawUserId: string
vpos: number