moons-ta-client
    Preparing search index...

    Interface Request_SetTournamentImage

    from protobuf message proto.packets.Request.SetTournamentImage

    interface Request_SetTournamentImage {
        tournamentId: string;
        tournamentImage: string;
    }
    Index

    Properties

    tournamentId: string

    from protobuf field: string tournament_id = 1;

    tournamentImage: string

    from protobuf field: string tournament_image = 2;