moons-ta-client
    Preparing search index...

    Interface Request_PreloadImageForStreamSync

    from protobuf message proto.packets.Request.PreloadImageForStreamSync

    interface Request_PreloadImageForStreamSync {
        compressed: boolean;
        data: Uint8Array;
        fileId: string;
        forwardTo: string[];
        tournamentId: string;
    }
    Index

    Properties

    compressed: boolean

    from protobuf field: bool compressed = 2;

    data: Uint8Array

    from protobuf field: bytes data = 3;

    fileId: string

    from protobuf field: string file_id = 1;

    forwardTo: string[]

    from protobuf field: repeated string forward_to = 5;

    tournamentId: string

    from protobuf field: string tournament_id = 4;