moons-ta-client
    Preparing search index...

    Interface Request_DeleteMatch

    from protobuf message proto.packets.Request.DeleteMatch

    interface Request_DeleteMatch {
        matchId: string;
        tournamentId: string;
    }
    Index

    Properties

    matchId: string

    from protobuf field: string match_id = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;