moons-ta-client
    Preparing search index...

    Interface Request_SetTournamentShowQualifierButton

    from protobuf message proto.packets.Request.SetTournamentShowQualifierButton

    interface Request_SetTournamentShowQualifierButton {
        showQualifierButton: boolean;
        tournamentId: string;
    }
    Index

    Properties

    showQualifierButton: boolean

    from protobuf field: bool show_qualifier_button = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;