interface AnonimityChatMessage {
    accountStatus?: "Premium" | "Standard";
    content?: string;
    hashedUserId: string;
    modifier: any;
    no: number;
    vpos: number;
}

Properties

accountStatus?: "Premium" | "Standard"
content?: string
hashedUserId: string
modifier: any
no: number
vpos: number