moons-ta-client
    Preparing search index...

    Interface Request_SetTournamentPoolImage

    from protobuf message proto.packets.Request.SetTournamentPoolImage

    interface Request_SetTournamentPoolImage {
        poolId: string;
        poolImage: string;
        tournamentId: string;
    }
    Index

    Properties

    poolId: string

    from protobuf field: string pool_id = 2;

    poolImage: string

    from protobuf field: string pool_image = 3;

    tournamentId: string

    from protobuf field: string tournament_id = 1;