moons-ta-client
    Preparing search index...

    Interface Request_SetTournamentAllowUnauthorizedView

    from protobuf message proto.packets.Request.SetTournamentAllowUnauthorizedView

    interface Request_SetTournamentAllowUnauthorizedView {
        allowUnauthorizedView: boolean;
        tournamentId: string;
    }
    Index

    Properties

    allowUnauthorizedView: boolean

    from protobuf field: bool allow_unauthorized_view = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;