moons-ta-client
    Preparing search index...

    Interface User

    from protobuf message proto.models.User

    interface User {
        clientType: User_ClientTypes;
        discordInfo?: User_DiscordInfo;
        downloadState: User_DownloadStates;
        guid: string;
        modList: string[];
        name: string;
        platformId: string;
        playState: User_PlayStates;
        streamDelayMs: bigint;
        streamScreenCoordinates?: User_Point;
        streamSyncStartMs: bigint;
        teamId: string;
    }
    Index

    Properties

    clientType: User_ClientTypes

    from protobuf field: proto.models.User.ClientTypes client_type = 4;

    discordInfo?: User_DiscordInfo

    from protobuf field: proto.models.User.DiscordInfo discord_info = 12;

    downloadState: User_DownloadStates

    from protobuf field: proto.models.User.DownloadStates download_state = 7;

    guid: string

    from protobuf field: string guid = 1;

    modList: string[]

    from protobuf field: repeated string mod_list = 8;

    name: string

    from protobuf field: string name = 2;

    platformId: string

    from protobuf field: string platform_id = 3;

    playState: User_PlayStates

    from protobuf field: proto.models.User.PlayStates play_state = 6;

    streamDelayMs: bigint

    from protobuf field: int64 stream_delay_ms = 10;

    streamScreenCoordinates?: User_Point

    from protobuf field: proto.models.User.Point stream_screen_coordinates = 9;

    streamSyncStartMs: bigint

    from protobuf field: int64 stream_sync_start_ms = 11;

    teamId: string

    from protobuf field: string team_id = 5;