moons-ta-client
    Preparing search index...

    Interface Request_SetTournamentScoreUpdateFrequency

    from protobuf message proto.packets.Request.SetTournamentScoreUpdateFrequency

    interface Request_SetTournamentScoreUpdateFrequency {
        scoreUpdateFrequency: number;
        tournamentId: string;
    }
    Index

    Properties

    scoreUpdateFrequency: number

    from protobuf field: int32 score_update_frequency = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;