OneSDK
    Preparing search index...

    Interface UserChatMessage

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

    Properties

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