moons-ta-client
    Preparing search index...

    Interface Request_SetTournamentTeamName

    from protobuf message proto.packets.Request.SetTournamentTeamName

    interface Request_SetTournamentTeamName {
        teamId: string;
        teamName: string;
        tournamentId: string;
    }
    Index

    Properties

    teamId: string

    from protobuf field: string team_id = 2;

    teamName: string

    from protobuf field: string team_name = 3;

    tournamentId: string

    from protobuf field: string tournament_id = 1;