OneSDK
    Preparing search index...

    Interface UserInfo

    interface UserInfo {
        icon: string;
        isOwner: boolean;
        isStreamer: boolean;
        name: string;
        userId: string;
    }
    Index

    Properties

    icon: string
    isOwner: boolean
    isStreamer: boolean
    name: string
    userId: string