OneSDK
    Preparing search index...

    Interface AnonimityChatMessage

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

    Properties

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