moons-ta-client
    Preparing search index...

    Interface Request_SetTournamentShowTournamentButton

    from protobuf message proto.packets.Request.SetTournamentShowTournamentButton

    interface Request_SetTournamentShowTournamentButton {
        showTournamentButton: boolean;
        tournamentId: string;
    }
    Index

    Properties

    showTournamentButton: boolean

    from protobuf field: bool show_tournament_button = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;